Add files
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
data/
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "linx-server"]
|
||||||
|
path = linx-server
|
||||||
|
url = https://github.com/ZizzyDizzyMC/linx-server.git
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
bind = 0.0.0.0:8080
|
||||||
|
sitename = bobashare
|
||||||
|
siteurl = https://share.boba.best/
|
||||||
|
selifpath = raw
|
||||||
|
maxsize = 1073741824
|
||||||
|
maxexpiry = 86400
|
||||||
|
allowhotlink = true
|
||||||
|
remoteuploads = true
|
||||||
|
force-random-filename = true
|
||||||
|
max-duration-size = 26214400
|
||||||
|
max-duration-time = 3600
|
||||||
|
realip = true
|
||||||
|
cleanup-every-minutes = 5
|
||||||
|
extra-footer-text = "Email: support@boba.best or abuse@boba.best"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
linx:
|
||||||
|
#image: andreimarcu/linx-server:latest
|
||||||
|
build:
|
||||||
|
context: linx-server
|
||||||
|
restart: always
|
||||||
|
command: -config /data/linx-server.conf
|
||||||
|
volumes:
|
||||||
|
- ./data/linx/files:/data/files
|
||||||
|
- ./data/linx/meta:/data/meta
|
||||||
|
- ./configs/linx-server.conf:/data/linx-server.conf
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:87:8080
|
||||||
Submodule
+1
Submodule linx-server added at a327bb8dbe
Reference in New Issue
Block a user