Installation
DockServer¶
Pre-Install¶
- Login to your Cloudflare Account & goto DNS click on Add record.
- Add 1 A-Record pointed to your server's ip.
- Copy your CloudFlare-Global-Key and CloudFlare-Zone-ID.
Set the following on Cloudflare¶
SSL = FULL
( not FULL/STRICT )Always on = YES
HTTP to HTTPS = YES
RocketLoader and Broli / Onion Routing = NO
TLS min = 1.2
TLS = v1.3
Update System before you begin with installation¶
sudo apt-get update -yqq
sudo apt-get upgrade -yqq
sudo apt-get autoclean -yqq
Easy Mode install¶
Run the following command:
sudo wget -qO- https://git.io/J3GDc | sudo bash
Long commmand if the short one doesn't work.
sudo wget -qO- https://raw.githubusercontent.com/dockserver/dockserver/master/wgetfile.sh | sudo bash
Open the dockserver Interface¶
sudo dockserver -i
- Now the preinstall runs full automatic
- If not triggered by installer, please restart your server.
Install Traefik & Authelia first¶
Note ( critical step | without dockserver will not work )
After deployment of Traefik & Authelia you have to install mount, then you can install any app.
- Open the dockserver Interface again
- Type 2
- Type 1 now you can see all the apps sections.