10 lines
226 B
Bash
Executable File
10 lines
226 B
Bash
Executable File
# Set any config versions here
|
|
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
|
|
|
|
export CONFIG_VERSION=v1
|
|
export NGINX_VERSION=v1
|
|
export NGINX_UMAP_VERSION=v1
|
|
|
|
create_admin(){
|
|
umap createsuperuser
|
|
} |