Migrate to apps.json naming

This commit is contained in:
decentral1se
2021-04-18 17:42:32 +02:00
parent 2296ef52fa
commit e351615a69
4 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
- source: abra_conf
target: /etc/nginx/conf.d/abra.conf
- source: abra_apps_json
target: /var/www/abra-apps/abra-apps.json
target: /var/www/abra-apps/apps.json
volumes:
- "public:/var/www/abra-apps"
networks:

View File

@ -5,6 +5,6 @@ server {
location / {
root /var/www/abra-apps;
add_header Content-Type application/json;
index abra-apps.json;
index apps.json;
}
}