Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnybui/podsync-armhf
Podsync Docker for armhf (Raspberry Pi)
https://github.com/johnnybui/podsync-armhf
Last synced: about 1 month ago
JSON representation
Podsync Docker for armhf (Raspberry Pi)
- Host: GitHub
- URL: https://github.com/johnnybui/podsync-armhf
- Owner: johnnybui
- Created: 2020-04-03T03:11:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T16:06:06.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T21:26:53.547Z (9 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podsync Docker for armhf (raspberry pi)
### Pre-built Docker Image
https://hub.docker.com/r/johnnybui/podsync-armhf
`docker pull johnnybui/podsync-armhf`
### Build Image (skip if you don't want to modify the image)
`docker build -t .`
### Run Podsync
- Create your `config.toml` file from example from https://github.com/mxpv/podsync
- Change path to your `config.toml` and 'data' folder in `docker-compose.yml`
- Run `id $(whoami)` to find your user id and modify in `docker-compose.yml` if needed
- Run `docker-compose up -d`