2026-01-18 15:31:42 -05:00
|
|
|
# Set any config versions here
|
|
|
|
|
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
|
2026-01-21 15:58:45 -05:00
|
|
|
|
|
|
|
|
export CONFIG_VERSION=v1
|
|
|
|
|
export NGINX_VERSION=v1
|
2026-01-24 16:03:50 -05:00
|
|
|
export NGINX_UMAP_VERSION=v1
|
|
|
|
|
|
|
|
|
|
create_admin(){
|
|
|
|
|
umap createsuperuser
|
|
|
|
|
}
|