Add back that static file
This commit is contained in:
parent
79272b55bb
commit
2f158f50de
2
first.py
2
first.py
@ -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
3
static/apps.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"gitea": "https://git.autonomic.zone/compose-stacks/gitea"
|
||||
}
|
Reference in New Issue
Block a user