14 lines
304 B
Python
14 lines
304 B
Python
APPS_SPEC = {
|
|
"gitea": {
|
|
"url": "https://git.autonomic.zone/compose-stacks/gitea",
|
|
"secrets": [
|
|
"db_passwd",
|
|
"db_root_passwd",
|
|
"internal_token",
|
|
"jwt_secret",
|
|
"secret_key",
|
|
],
|
|
"configs": ["app_ini"],
|
|
}
|
|
}
|