~tardypad/alpine-system

3039a0d12e6d2fecc4f5270783ac69b05ec67c19 — Damien Tardy-Panis 7 months ago e6a5da4
system-config: enable custom CSS for gotosocial account page
M builds/system-config/APKBUILD => builds/system-config/APKBUILD +1 -1
@@ 1,6 1,6 @@
# Maintainer: Damien Tardy-Panis <damien.dev@tardypad.me>
pkgname="system-config"
pkgver=17
pkgver=18
pkgrel=1
pkgdesc="System configurations"
url="https://sr.ht/~tardypad/alpine-system/"

M builds/system-config/files/etc/gotosocial/gotosocial.yml => builds/system-config/files/etc/gotosocial/gotosocial.yml +1 -1
@@ 396,7 396,7 @@ accounts-reason-required: true
#
# Options: [true, false]
# Default: false
accounts-allow-custom-css: false
accounts-allow-custom-css: true

# Int. If accounts-allow-custom-css is true, this is the permitted length in characters for
# CSS uploaded by accounts on this instance. No effect if accounts-allow-custom-css is false.