diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-24 22:08:57 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-24 22:08:57 +0100 |
commit | e481d980ad7c9f9e6985e9178ea709dbeab8a805 (patch) | |
tree | 1e97ec9298c864ae9c5989bf0efffd5af8048fd9 /apks/alps/alps.confd | |
parent | 1b1036f1353d2625bdebe1aacc327210dea401a4 (diff) | |
download | apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.tar.gz apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.tar.bz2 apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.zip |
chore: Remove jellyfin and add alps
Diffstat (limited to 'apks/alps/alps.confd')
-rw-r--r-- | apks/alps/alps.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apks/alps/alps.confd b/apks/alps/alps.confd new file mode 100644 index 0000000..cd61010 --- /dev/null +++ b/apks/alps/alps.confd @@ -0,0 +1,11 @@ +# Configuration for /etc/init.d/alps + +# space-separated list of imap/smtp servers +servers="imap://localhost" + +theme="alps" +listen_address=":1323" +command_user="alps:alps" + +# comment this out for old style service management +supervisor=supervise-daemon |