mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# 数据持久化路径 [必填]
|
||||
SUPER_PRODUCTIVITY_ROOT_PATH=/home/super-productivity
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
address: 0.0.0.0
|
||||
port: 80
|
||||
|
||||
prefix: /
|
||||
permissions: CRUD
|
||||
|
||||
users:
|
||||
- username: alice
|
||||
password: alicepassword
|
||||
directory: /data/alice
|
||||
- username: bob
|
||||
password: bobpassword
|
||||
directory: /data/bob
|
||||
@@ -0,0 +1,31 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
sp-webdav:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: hacdias/webdav:latest
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SUPER_PRODUCTIVITY_ROOT_PATH}/config/webdav.yaml:/config.yml
|
||||
- ${SUPER_PRODUCTIVITY_ROOT_PATH}/data:/data
|
||||
super-productivity:
|
||||
container_name: super-productivity
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- WEBDAV_BACKEND=http://sp-webdav
|
||||
image: johannesjo/super-productivity:v11.1.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
restart: always
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user