Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pkkid/synology-tools

Collection of tools I run on my Synology
https://github.com/pkkid/synology-tools

Last synced: about 2 months ago
JSON representation

Collection of tools I run on my Synology

Awesome Lists containing this project

README

        

## Synology Tools
Collection of useful tools to work with Synology.

### Setup Environment
```bash
git clone [email protected]:pkkid/synology-tools.git
cd synology-tools
pyenv virtualenv system tools
pyenv local tools

pip --version
pip install -r requirements.pip
```