ctucx.git: alpine-pkgs

My personal alpine-packages [deprecated in favor of nixos]

commit bb4cf11845363f7fd52d6fd7cc3469e47fd2bd57
parent df57baf89e4ecbd53a690dd0496f37c3e775d504
Author: Linux User <leah@foo-nuc.localdomain>
Date: Mon, 16 Nov 2020 13:59:34 +0100

update pleroma
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/pleroma/APKBUILD b/pleroma/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=pleroma
 pkgver=2.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Pleroma ActivityPub Server"
 url="https://pleroma.social/"
 arch="all"

@@ -44,4 +44,5 @@ package() {
 }
 
 sha512sums="06af4175bb1834e0901d4f6d23ef76d586c49429cad230aa8c0b7162dbca5c8e2794892792dca88b934f302dc9464f270aa6dee27854cfec61f788f972d0ec76  0001-PATCH-Separate-webfinger-domain-from-host-domain.patch
-0960795015900a22c6a22729c1cabe5bb2ad0d55f35239d475f494f45b020f479d609186bc74ab1a558d753df651376667f5e9663a9ad1743b847e0e5bd9c0c5  initd.patch"
+6c5c07bb997c3c4012996c22936920bc57f99cde5fb45862fc38fbd45fc06bd85d081903bc0073699041d6f8ebaddbe2041e1f78f13e84ba1784cfda8d759b6c  initd.patch
+776d1e1d929243aa0b3de2f2e149eb27e0c6fff2c891aac7aac98d4f3eaa1188e28deb5b71cccba0cc8d02dfc606cdf4bcd8783855838700753bfe6b8109bf23  pleroma.sample.exs"
diff --git a/pleroma/initd.patch b/pleroma/initd.patch
@@ -12,12 +12,14 @@
  command_args="start"
  command_user=pleroma
  command_background=1
-@@ -18,4 +18,8 @@
+@@ -18,4 +18,10 @@
  depend() {
      want nginx
      need postgresql
 +}
 +
 +start_pre() {
-+    checkpath -d -o pleroma:pleroma /usr/shareß/maddy
++    checkpath -d -o pleroma:pleroma /var/lib/pleorma;
++    checkpath -d -o pleroma:pleroma /etc/pleroma;
++    /usr/lib/pleroma/bin/pleroma_ctl migrate
  }