Add back that static file

This commit is contained in:
Luke Murphy 2020-07-01 20:08:00 +02:00
parent 79272b55bb
commit 2f158f50de
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@ yaml = YAML()
# on deployment mode ./data in dev, /data in production
DATA_DIR = Path("./data")
STATIC_DIR = Path(app.root_path).absolute() / "static"
STATIC_DIR = Path(".").absolute() / "static"
class InstallAppInputForm(FlaskForm):

3
static/apps.json Normal file
View File

@ -0,0 +1,3 @@
{
"gitea": "https://git.autonomic.zone/compose-stacks/gitea"
}