Generate Certificate by Private CA
1. Deploy Private CA Using OpenSSL OpenSSL is selected for private CA for its simplicity. It’s deployed in the local Ubuntu server to generate the certificate for Intranet web app...
Docker Install Seafile
1. Project Setup Seafile is deployed in docker with integration of SeaDoc and OnlyOffice. .├── caddy.yml├── .env├── onlyoffice.yml├── opt│ ├── onlyoffice│ ├── seafile-caddy│ ├── seafile-data│ └── seafile-mysql├── seadoc.yml└── seafile-server.yml Folder...
Docker Deploy Gitea
1. Docker Compose File 2. Modify Gitea Config File After starting up the docker container, go to ./gitea/gitea/gitea/conf. app.ini includes the config. Refer to Gitea Config Cheat Sheet for parameter...