mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
0a711f2656
commit
7de433c5fc
@ -100,7 +100,7 @@ services:
|
|||||||
appstore:
|
appstore:
|
||||||
container_name: "dootask-appstore-${APP_ID}"
|
container_name: "dootask-appstore-${APP_ID}"
|
||||||
privileged: true
|
privileged: true
|
||||||
image: "kuaifan/dootask-appstore:0.0.3"
|
image: "dootask/appstore:0.0.1"
|
||||||
volumes:
|
volumes:
|
||||||
- shared_data:/usr/share/dootask
|
- shared_data:/usr/share/dootask
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
4
docker/appstore/.gitignore
vendored
4
docker/appstore/.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
apps/*
|
apps/*
|
||||||
configs/*
|
config/*
|
||||||
logs/*
|
log/*
|
||||||
temp/*
|
temp/*
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
Directory structure
|
|
||||||
|
|
||||||
```
|
|
||||||
appstore/
|
|
||||||
├── apps/ # Application Directory
|
|
||||||
├── configs/ # Configuration file directory
|
|
||||||
└── logs/ # Log file directory
|
|
||||||
```
|
|
||||||
@ -93,7 +93,7 @@ server {
|
|||||||
proxy_set_header Server-Port $server_port;
|
proxy_set_header Server-Port $server_port;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
proxy_pass http://appstore/;
|
proxy_pass http://appstore:8080/;
|
||||||
}
|
}
|
||||||
|
|
||||||
include /var/www/docker/appstore/configs/*/nginx.conf;
|
include /var/www/docker/appstore/configs/*/nginx.conf;
|
||||||
|
|||||||
@ -1204,7 +1204,7 @@ export default {
|
|||||||
case 'appstore':
|
case 'appstore':
|
||||||
this.$store.dispatch("openMicroApp", {
|
this.$store.dispatch("openMicroApp", {
|
||||||
name: 'appstore',
|
name: 'appstore',
|
||||||
url: 'appstore/web/',
|
url: 'appstore/internal',
|
||||||
disableScopecss: true,
|
disableScopecss: true,
|
||||||
autoDarkTheme: false,
|
autoDarkTheme: false,
|
||||||
});
|
});
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<Row :gutter="16">
|
<Row :gutter="16">
|
||||||
<Col
|
<Col
|
||||||
v-if="t == 'base'"
|
v-if="t == 'admin'"
|
||||||
:xs="{ span: 6 }"
|
:xs="{ span: 6 }"
|
||||||
:sm="{ span: 6 }"
|
:sm="{ span: 6 }"
|
||||||
:lg="{ span: 6 }"
|
:lg="{ span: 6 }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user