Revert pacman on termux
Caused too many issues to solve, using apt instead
This commit is contained in:
parent
8929c69dd8
commit
7fccc55151
5 changed files with 245 additions and 27 deletions
|
@ -18,19 +18,19 @@ environment = [
|
|||
"OVERWRITEPROTOCOL=https",
|
||||
]
|
||||
depends_on = ["redis"]
|
||||
labels = [
|
||||
"ofelia.enabled=true",
|
||||
"ofelia.job-exec.nextcloud.schedule=0 */5 * * * *",
|
||||
"ofelia.job-exec.nextcloud.command=php /var/www/html/cron.php",
|
||||
"ofelia.job-exec.nextcloud.user=www-data",
|
||||
"ofelia.smtp-host=${SMTP_HOST}",
|
||||
"ofelia.smtp-port=${SMTP_PORT}",
|
||||
"ofelia.smtp-user=${SMTP_USER}",
|
||||
"ofelia.smtp-password=${SMTP_PASSWORD}",
|
||||
"ofelia.email-to=${EMAIL_TO}",
|
||||
"ofelia.email-from=${EMAIL_FROM}",
|
||||
"ofelia.mail-only-on-error",
|
||||
]
|
||||
|
||||
[services.nextcloud.labels]
|
||||
"ofelia.enabled" = true
|
||||
"ofelia.job-exec.nextcloud.schedule" = "0 */5 * * * *"
|
||||
"ofelia.job-exec.nextcloud.command" = "php /var/www/html/cron.php"
|
||||
"ofelia.job-exec.nextcloud.user" = "www-data"
|
||||
"ofelia.smtp-host" = "${SMTP_HOST}"
|
||||
"ofelia.smtp-port" = "${SMTP_PORT}"
|
||||
"ofelia.smtp-user" = "${SMTP_USER}"
|
||||
"ofelia.smtp-password" = "${SMTP_PASSWORD}"
|
||||
"ofelia.email-to" = "${EMAIL_TO}"
|
||||
"ofelia.email-from" = "${EMAIL_FROM}"
|
||||
"ofelia.mail-only-on-error" = true
|
||||
|
||||
[services.redis]
|
||||
image = "redis:alpine"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue