no message

This commit is contained in:
kuaifan 2025-05-20 17:53:49 +08:00
parent 0a711f2656
commit 7de433c5fc
8 changed files with 6 additions and 14 deletions

View File

@ -100,7 +100,7 @@ services:
appstore:
container_name: "dootask-appstore-${APP_ID}"
privileged: true
image: "kuaifan/dootask-appstore:0.0.3"
image: "dootask/appstore:0.0.1"
volumes:
- shared_data:/usr/share/dootask
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -1,5 +1,5 @@
apps/*
configs/*
logs/*
config/*
log/*
temp/*
!.gitkeep

View File

@ -1,8 +0,0 @@
Directory structure
```
appstore/
├── apps/ # Application Directory
├── configs/ # Configuration file directory
└── logs/ # Log file directory
```

View File

@ -93,7 +93,7 @@ server {
proxy_set_header Server-Port $server_port;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_pass http://appstore/;
proxy_pass http://appstore:8080/;
}
include /var/www/docker/appstore/configs/*/nginx.conf;

View File

@ -1204,7 +1204,7 @@ export default {
case 'appstore':
this.$store.dispatch("openMicroApp", {
name: 'appstore',
url: 'appstore/web/',
url: 'appstore/internal',
disableScopecss: true,
autoDarkTheme: false,
});

View File

@ -16,7 +16,7 @@
</div>
<Row :gutter="16">
<Col
v-if="t == 'base'"
v-if="t == 'admin'"
:xs="{ span: 6 }"
:sm="{ span: 6 }"
:lg="{ span: 6 }"