add seafile
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 7s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 7s
This commit is contained in:
13
seafile/config/.template_info.env
Normal file
13
seafile/config/.template_info.env
Normal file
@@ -0,0 +1,13 @@
|
||||
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
|
||||
# This file is replaced from the template whenever there is an update.
|
||||
# Edit the service.env file to make changes.
|
||||
|
||||
# Template to use - always required!
|
||||
TEMPLATE=seafile
|
||||
REQUIRES_HOST_ROOT=false
|
||||
REQUIRES_DOCKER=true
|
||||
REQUIRES_DOCKER_ROOT=false
|
||||
|
||||
# Image settings (used by docker-compose.yml)
|
||||
IMAGE_REGISTRY="docker.io"
|
||||
IMAGE_REPO="seafileltd/seafile-mc"
|
||||
25
seafile/config/service.env
Normal file
25
seafile/config/service.env
Normal file
@@ -0,0 +1,25 @@
|
||||
# Service settings specific to this server
|
||||
CONTAINER_NAME=seafile
|
||||
IMAGE_TAG="12.0-latest"
|
||||
|
||||
# Server Settings
|
||||
SSH_USER="root"
|
||||
|
||||
# Data path on host for persistent storage
|
||||
DATA_PATH="/home/dropshell/seafile"
|
||||
|
||||
# Seafile server configuration
|
||||
SEAFILE_SERVER_HOSTNAME="seafile.example.com"
|
||||
SEAFILE_SERVER_PROTOCOL="http"
|
||||
HTTP_PORT=8080
|
||||
|
||||
# Admin credentials (change these!)
|
||||
SEAFILE_ADMIN_EMAIL="admin@example.com"
|
||||
SEAFILE_ADMIN_PASSWORD="changeme"
|
||||
|
||||
# Database settings (change the password!)
|
||||
MYSQL_ROOT_PASSWORD="db_root_changeme"
|
||||
DB_PASSWORD="db_seafile_changeme"
|
||||
|
||||
# Timezone
|
||||
TZ="UTC"
|
||||
Reference in New Issue
Block a user