Compare commits

...

2 Commits

Author SHA1 Message Date
512f8eb550 created 2023-07-27 22:26:43 +02:00
f9c1baa355 commented out the yunohost tile b/c it seems to break the web layout 2023-07-27 22:26:06 +02:00
2 changed files with 6 additions and 1 deletions

5
TODO.md Normal file
View File

@ -0,0 +1,5 @@
# TODOs
- add upgrade and change_url scripts
- find better way to acquire source files
- add documentation

View File

@ -7,5 +7,5 @@ location __PATH__/ {
index index.html; index index.html;
# Include SSOWAT user panel # Include SSOWAT user panel
include conf.d/yunohost_panel.conf.inc; # include conf.d/yunohost_panel.conf.inc;
} }