diff --git a/apps/dailytxt/config.json b/apps/dailytxt/config.json index 139eac4b..e43ecb4c 100644 --- a/apps/dailytxt/config.json +++ b/apps/dailytxt/config.json @@ -7,7 +7,7 @@ "id": "dailytxt", "tipi_version": 1, "version": "1.0.12", - "categories": ["development"], + "categories": ["utilities"], "description": "DailyTxT is an encrypted Diary Web-App to write down your stories of the day and to find them again easily.", "short_desc": "Encrypted Diary Web-App", "author": "PhiTux", @@ -22,8 +22,8 @@ { "type": "text", "label": "Allow User Registrastion", - "hint": "Set it to False to disallow registration of new users.", - "placeholder": "True", + "hint": "Set it to false to disallow registration of new users.", + "placeholder": "true", "required": true, "env_variable": "DAILYTXT_ALLOW_REGISTRATION" } diff --git a/apps/dailytxt/docker-compose.yml b/apps/dailytxt/docker-compose.yml index 8be83eae..04036b7b 100644 --- a/apps/dailytxt/docker-compose.yml +++ b/apps/dailytxt/docker-compose.yml @@ -1,10 +1,10 @@ -version: "3" +version: '3.7' services: dailytxt: image: phitux/dailytxt:1.0.12 container_name: dailytxt - restart: + restart: unless-stopped environment: - PORT=8765 - SECRET_KEY=${DAILYTXT_SECRET_KEY} @@ -13,9 +13,9 @@ services: - JWT_EXP_DAYS=60 - ENABLE_UPDATE_CHECK=True ports: - - ${APP_PORT}:8765" + - ${APP_PORT}:8765 volumes: - - "${APP_DATA_DIR}/data/dailytxt:/app/data/" + - '${APP_DATA_DIR}/data/dailytxt:/app/data/' networks: - tipi_main_network labels: @@ -25,4 +25,3 @@ services: traefik.http.routers.dailytxt.service: dailytxt traefik.http.routers.dailytxt.tls.certresolver: myresolver traefik.http.services.dailytxt.loadbalancer.server.port: 8765 - diff --git a/apps/dailytxt/metadata/logo.jpg b/apps/dailytxt/metadata/logo.jpg index e32ee0dd..638cb1e3 100644 Binary files a/apps/dailytxt/metadata/logo.jpg and b/apps/dailytxt/metadata/logo.jpg differ