Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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`