snapshot remaining files
This commit is contained in:
3
seafile/conf/ccnet.conf
Normal file
3
seafile/conf/ccnet.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[General]
|
||||
SERVICE_URL = https://herderin.veenboer.xyz/seafile
|
||||
|
||||
1
seafile/conf/conf
Symbolic link
1
seafile/conf/conf
Symbolic link
@@ -0,0 +1 @@
|
||||
/seafile/conf
|
||||
16
seafile/conf/gunicorn.conf.py
Normal file
16
seafile/conf/gunicorn.conf.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import os
|
||||
|
||||
daemon = True
|
||||
workers = 5
|
||||
|
||||
# default localhost:8000
|
||||
bind = "0.0.0.0:8000"
|
||||
|
||||
# Pid
|
||||
pids_dir = '/opt/haiwen/pids'
|
||||
pidfile = os.path.join(pids_dir, 'seahub.pid')
|
||||
|
||||
# for file upload, we need a longer timeout value (default is only 30s, too short)
|
||||
timeout = 1200
|
||||
|
||||
limit_request_line = 8190
|
||||
3
seafile/conf/seafile.conf
Normal file
3
seafile/conf/seafile.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[fileserver]
|
||||
port=8082
|
||||
max_download_dir_size=8192
|
||||
10
seafile/conf/seahub_settings.py
Normal file
10
seafile/conf/seahub_settings.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
SECRET_KEY = "by-t3pizx0b7b^x#4q8be4b@4n1g8vxle#bl@+gq8*x!2jt*g7"
|
||||
SERVE_STATIC = False
|
||||
MEDIA_URL = '/seafmedia/'
|
||||
COMPRESS_URL = MEDIA_URL
|
||||
STATIC_URL = MEDIA_URL + 'assets/'
|
||||
SITE_ROOT = '/seafile/'
|
||||
LOGIN_URL = '/seafile/accounts/login/'
|
||||
FILE_SERVER_ROOT = 'https://herderin.veenboer.xyz/seafhttp'
|
||||
SERVICE_URL = 'https://herderin.veenboer.xyz/seafile'
|
||||
1
seafile/version
Normal file
1
seafile/version
Normal file
@@ -0,0 +1 @@
|
||||
9.0.4
|
||||
Reference in New Issue
Block a user