Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stapelberg/zkj-nas-tools
NAS (Network Attached Storage) related tools
https://github.com/stapelberg/zkj-nas-tools
Last synced: about 1 month ago
JSON representation
NAS (Network Attached Storage) related tools
- Host: GitHub
- URL: https://github.com/stapelberg/zkj-nas-tools
- Owner: stapelberg
- License: other
- Created: 2013-10-22T18:52:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T19:35:22.000Z (3 months ago)
- Last Synced: 2024-10-14T20:06:58.456Z (2 months ago)
- Language: Go
- Size: 188 KB
- Stars: 53
- Watchers: 10
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Introduction
------------
This repository contains several programs that I use for my NAS (Network
Attached Storage) at home.They are provided as FOSS in the hope that they are useful.
Programs
--------revoke — webapp for easily revokable (secret) key sharing
dramaqueen — shuts down the NAS once nobody is using it anymore
dornröschen — wakes up machines/NASen to backup/sync
runstatus — exposes via HTTP whether a process is runningBuilding
--------Simply use:
go get github.com/stapelberg/zkj-nas-tools/revoke
And you’ll have the binary in $GOPATH/bin/
License
-------Unless otherwise stated, all programs are published under the license found in
the file LICENSE (BSD 3-clause).