From 73ae58ed00461b7254734a339aac55b5de08d00b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 27 Dec 2023 10:01:39 +0800 Subject: [PATCH] plausible --- apps/pgadmin/.env | 2 +- apps/pgadmin/docker-compose.yml | 9 --------- apps/pgadmin/variables.json | 2 +- apps/phpmyadmin/variables.json | 2 +- apps/plausible/.env | 4 ++-- apps/plausible/variables.json | 4 ++-- 6 files changed, 7 insertions(+), 16 deletions(-) diff --git a/apps/pgadmin/.env b/apps/pgadmin/.env index b4bd96857..1ff6b6e7c 100644 --- a/apps/pgadmin/.env +++ b/apps/pgadmin/.env @@ -9,7 +9,7 @@ W9_ID=pgadmin W9_HTTP_PORT_SET=9090 # W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application W9_HTTP_PORT=80 -W9_URL=internet_ip:$W9_HTTP_PORT_SET +W9_URL=internet_ip # default pgadmin user user@domain.com ,passwd SuperSecret if not set W9_LOGIN_USER=user@domain.com W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD diff --git a/apps/pgadmin/docker-compose.yml b/apps/pgadmin/docker-compose.yml index efcd1d0f4..ad21cbe81 100644 --- a/apps/pgadmin/docker-compose.yml +++ b/apps/pgadmin/docker-compose.yml @@ -12,15 +12,6 @@ services: - "${W9_HTTP_PORT_SET}:80" env_file: .env - - postgres: - image: postgres - restart: unless-stopped - environment: - POSTGRES_PASSWORD: example - profiles: - - db - networks: default: name: ${W9_NETWORK} diff --git a/apps/pgadmin/variables.json b/apps/pgadmin/variables.json index b8e6ae1f2..fe2938216 100644 --- a/apps/pgadmin/variables.json +++ b/apps/pgadmin/variables.json @@ -7,7 +7,7 @@ { "dist": "community", "version": [ - "7.8", + "8.1", "latest" ] } diff --git a/apps/phpmyadmin/variables.json b/apps/phpmyadmin/variables.json index fb128d171..00b047aff 100644 --- a/apps/phpmyadmin/variables.json +++ b/apps/phpmyadmin/variables.json @@ -1,7 +1,7 @@ { "name": "phpmyadmin", "trademark": "phpMyAdmin", - "release": false, + "release": true, "fork_url": "https://github.com/phpmyadmin/docker", "edition": [ { diff --git a/apps/plausible/.env b/apps/plausible/.env index 290c2a90c..d6facc31e 100644 --- a/apps/plausible/.env +++ b/apps/plausible/.env @@ -1,8 +1,8 @@ -W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3! W9_DIST=community W9_REPO=plausible/analytics -W9_VERSION=v1.5 +W9_VERSION=latest +W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3! #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID=plausible W9_HTTP_PORT=8000 diff --git a/apps/plausible/variables.json b/apps/plausible/variables.json index 0b937e939..e1d941a97 100644 --- a/apps/plausible/variables.json +++ b/apps/plausible/variables.json @@ -1,13 +1,13 @@ { "name": "plausible", "trademark": "Plausible", - "release": false, + "release": true, "fork_url": "https://github.com/plausible/hosting", "edition": [ { "dist": "community", "version": [ - "v1.5", + "v2.0", "latest" ] }