Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pkkid/synology-tools
- Owner: pkkid
- Created: 2024-05-26T20:46:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T01:40:01.000Z (6 months ago)
- Last Synced: 2024-06-13T06:13:45.406Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 toolspip --version
pip install -r requirements.pip
```