https://github.com/nwtgck/trans-server-https-portal-docker-compose
Trans server on HTTPS powered by https-portal
https://github.com/nwtgck/trans-server-https-portal-docker-compose
docker docker-compose filetransfer https-portal trans-server
Last synced: about 2 months ago
JSON representation
Trans server on HTTPS powered by https-portal
- Host: GitHub
- URL: https://github.com/nwtgck/trans-server-https-portal-docker-compose
- Owner: nwtgck
- License: mit
- Created: 2018-08-10T13:07:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T23:29:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T13:31:05.856Z (over 1 year ago)
- Topics: docker, docker-compose, filetransfer, https-portal, trans-server
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trans-server-https-portal-docker-compose
[Trans server](https://github.com/nwtgck/trans-server-akka) on HTTPS powered by [https-portal](https://github.com/SteveLTN/https-portal)
## Run the server
### Step 1
Modify domain in [docker-compose.yml](docker-compose.yml) (Replace "trans-akka.ml" with your domain).
### Step 2
Run docker-compose like the following.
```bash
cd
docker-compose up
```
Wait for long time when you see the following message.
```
...
https-portal_1 | This is going to take a long time
...
````
Done!
## Data persistence
All data for persistence are under `./docker_volumes`.
* Trans DB - `./docker_volumes/trans-db`
* Certificates - `./docker_volumes/ssl_certs`.