Add a file that contains occ commands
This commit is contained in:
parent
b4eaadec56
commit
a13fe0ae2c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*~
|
@ -1,4 +1,4 @@
|
|||||||
TYPE=authentik
|
TYPE=authentik:6.11.0+2024.10.5
|
||||||
TIMEOUT=900
|
TIMEOUT=900
|
||||||
ENABLE_AUTO_UPDATE=true
|
ENABLE_AUTO_UPDATE=true
|
||||||
POST_DEPLOY_CMDS="worker set_admin_pass"
|
POST_DEPLOY_CMDS="worker set_admin_pass"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
TYPE=nextcloud
|
TYPE=nextcloud:11.0.0+30.0.4-fpm
|
||||||
TIMEOUT=900
|
TIMEOUT=900
|
||||||
ENABLE_AUTO_UPDATE=true
|
ENABLE_AUTO_UPDATE=true
|
||||||
ENABLE_BACKUPS=true
|
ENABLE_BACKUPS=true
|
||||||
|
8
nextcloud.resisttechmonopolies.online.occ
Normal file
8
nextcloud.resisttechmonopolies.online.occ
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# This is a script to run after a clean installation to restore all settings done over time.
|
||||||
|
# The script is not supposed to be needed since a fresh installation is unlikely (even if migrating,
|
||||||
|
# a backup will be used and should maintain it's configs).
|
||||||
|
# This script is more of a living documentation of configuration and what commands has been used to set them.
|
||||||
|
|
||||||
|
# See: https://docs.nextcloud.com/server/30/admin_manual/configuration_server/background_jobs_configuration.html
|
||||||
|
abra app command nextcloud.resisttechmonopolies.online app run_occ "'config:system:set maintenance_window_start --type=integer --value=1'"
|
Loading…
x
Reference in New Issue
Block a user