Swizzin is a light, modular seedbox solution that can be installed on Debian 8/9 or Ubuntu 16.04 or newer. The QuickBox pacakage repo has been ported over for your installing pleasure, including the panel -- if you so choose!
Box has been revamped to reduce and consolidate the amount of commands you need to remember to manage your seedbox. More on this below. In addition to that, additional addon packages can be installed during installation. No need to wait until the installer finishes! I may even add an automated installer hooks in the future.
Of course you do! You can help by testing untested stuff and reporting bugs to me at irc.swizzin.ltd #swizzin-dev
wget -q -O- https://github.com/liaralabs/swizzin/raw/master/setup.sh | bash
- Debian 8/9
- Ubuntu 16.04 and above
- Quotas. Buggy AF? You tell me.
- Nextcloud (should work in theory)
- pyLoad
- ZNC (shouldn't really need any modification)
Box is a great tool, but it didn't quite do everything I wanted it to. That's why I've upgraded it and added a few commands intended to make your life a bit easier.
Box functions:
- list - list all available packages in the repo and a description, if available.
- Usage:
box list
- Usage:
- install - installs a package from the script repository. Accepts one or more package.
- Usage:
box install sickrage couchpotato plex
- Usage:
- remove - removes an installed package. Accepts one or more package
- Usage:
box remove sonarr radarr
- Usage:
- adduser - adds a new user. Define a single user with the command.
- Usage:
box adduser freeloadingfriend
- Usage:
- deluser - deletes the specified user. Define a single user with the command.
- Usage:
box deluser exgirlfriend
- Usage:
- chpasswd - changes the password for a user. Define a single user with the command.
- Usage:
box chpasswd forgetfulfriend
- Usage:
- update - use this command to update your box with the newest changes from github
- Usage:
box update
- Usage:
- upgrade - once upgrade scripts are implemented, this will likely be the hook used to upgrade individual packages
- Ratio colors for ruTorrent
- Add/Remove user functions
- Make sure functions only accept one argument
- It's my shell in a box
- User download directories for web access
- Clean up panel code
- Audit remove package scripts
- A bit of post install info
- Better readme/docs
- ???
- Profit!!