ARM hf compatible Docker Image with a minimal gogs server (https://gogs.io/). Without ssh.
1.5K
ARM hf compatible Docker Image with a minimal gogs server (https://gogs.io/). Without ssh.
docker run -d --name my-gogs \
-p 3000:3000 \
-v /path/to/store/repositories:/data/repo \
-v /path/to/store/database:/data/db \
werwolfby/armhf-alpine-gogs
Navigate to http://your-arm-device-ip:3000/
And finish install over web server setup
Start server:
docker run my-gogs
Run all commands from within the project root directory.
Create folder. Folder name will be used for image name by default. Checkout this repository. And run.
git clone https://github.com/werwolfby/docker-armhf-alpine-gogs.git .
make build
Copy env.template to env. Edit the file settings to your particular settings.
Specify path for downloading torrents and path for storing intermediate settings and results.
REPOSITORIES_VOLUME=/path/to/store/repositories
DB_VOLUME=REPOSITORIES_VOLUME
make run
Content type
Image
Digest
Size
40.5 MB
Last updated
almost 11 years ago
docker pull werwolfby/armhf-alpine-gogs