All Projects → swizzin → Swizzin

swizzin / Swizzin

Licence: gpl-3.0
A simple, modular seedbox solution

Programming Languages

shell
77523 projects
script
160 projects

Projects that are alternatives of or similar to Swizzin

Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+83.67%)
Mutual labels:  radarr, sonarr, deluge, ubuntu, debian
Rtinst
seedbox installation script for Ubuntu and Debian systems
Stars: ✭ 1,029 (+15.88%)
Mutual labels:  rtorrent, rutorrent, ubuntu, debian, nginx
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (-76.58%)
Mutual labels:  radarr, deluge, rtorrent, rutorrent
Rutorrent Bonobox
Auto install script for rTorrent with ruTorrent
Stars: ✭ 161 (-81.87%)
Mutual labels:  rtorrent, rutorrent, debian, nginx
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (-15.88%)
Mutual labels:  radarr, sonarr, ubuntu, debian
Pimp My Box
🌱 Automated seedbox install of rTorrent-PS and PyroScope CLI etc. via Ansible.
Stars: ✭ 127 (-85.7%)
Mutual labels:  rtorrent, rutorrent, ubuntu, debian
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+13.51%)
Mutual labels:  radarr, sonarr, deluge, rutorrent
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-81.98%)
Mutual labels:  radarr, sonarr, deluge
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (-74.1%)
Mutual labels:  radarr, sonarr, deluge
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+294.26%)
Mutual labels:  radarr, sonarr, nginx
mediastack
All in one Docker Compose media server
Stars: ✭ 42 (-95.27%)
Mutual labels:  sonarr, radarr, deluge
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+98.54%)
Mutual labels:  radarr, sonarr, rutorrent
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (-75.68%)
Mutual labels:  installer, ubuntu, debian
Saltbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 117 (-86.82%)
Mutual labels:  sonarr, rutorrent, radarr
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (-26.91%)
Mutual labels:  ubuntu, debian, nginx
Unpackerr
Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import
Stars: ✭ 122 (-86.26%)
Mutual labels:  radarr, sonarr, deluge
seedbox-from-scratch
The Dockered Seedbox From Scratch Mod 2 Script
Stars: ✭ 14 (-98.42%)
Mutual labels:  rtorrent, rutorrent, deluge
Config
Armbian configuration utility
Stars: ✭ 317 (-64.3%)
Mutual labels:  radarr, sonarr, nginx
Wordpress Nginx
WordPress specific Nginx configuration templates and best practices!
Stars: ✭ 332 (-62.61%)
Mutual labels:  ubuntu, debian, nginx
Theme.park
A collection of themes/skins for your favorite apps.
Stars: ✭ 714 (-19.59%)
Mutual labels:  radarr, sonarr, nginx

swizzin

CodeFactor Discord GitHub GitHub commit activity GitHub code size in bytes

2.6.0 Stable

website | docs | discord

Please use Discord for all community functions, feathub for feature requests and leave issues for actual issues.

What is swizzin?

Swizzin is a light, modular seedbox solution that can be installed on Debian 9/10 or Ubuntu 16.04/18.04/20.04. The QuickBox package 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.

Installation

You can either use the quick installation method (recommended) or you can wile out with installations options using the advanced setup.

Quick Start

Just paste this in your terminal and go! This will ask you all the necessary questions to get you set up. Use your arrow keys, tab (to go to next field), space (to select) and enter (to confirm) to navigate the interactive boxes.

You can see what that looks like here:

Using wget:

bash <(wget -qO - git.io/swizzin) && . ~/.bashrc

Using curl:

bash <(curl -sL git.io/swizzin) && . ~/.bashrc

Please note: If you are running Ubuntu and use sudo for the installation you should include the -H argument to ensure that your home directory is modified to /root. The installer will take care of this for you, and this should be the only time you need to specify sudo -H before running a swizzin command. For example:

sudo -H su -c 'bash <(wget -qO - git.io/swizzin)'

Advanced setup

This feature is fresh AF! If you'd like to help us improve this, please chat with us in the Discord

There's a whole bunch of options for the setup.sh to achieve custom/unattended setups, which you can read all about in this article. Here are a couple of examples what you can do with it.

Want to use your local swizzin clone instead of cloning upstream? Use the --local flag!

git clone https://github.com/<your-fork>/swizzin.git
sudo bash swizzin/setup.sh --local

Want to specify the user and their password? And the packages to have installed? Use the --user and --pass flags, and add packages as arguments!

bash <(curl -sL git.io/swizzin) --unattend qbittorrent nginx panel --user tester --pass test1234 

Want something a bit more complex, specify package install variables, don't want a super long command to type, and store the configuration? Use the --env flag with your custom env file! (see the unattended.example.env file for an example)

bash <(curl -sL git.io/swizzin) --env /path/to/your/env/file/here.env

Supported Operating Systems

Long-term support branches only:

  • Debian 9/10
  • Ubuntu 16.04/18.04/20.04

Support and Help

If you have any questions, please read the documentation first. If you still have questions or would like to bounce some ideas off other humans, feel free to join us in discord.

Do not use GitHub issues for technical support or feature requests. GitHub issues are only to be used to report bugs and other issues with the project

This is my box. There are many like it, but this one is mine

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
  • install - installs a package from the script repository. Accepts one or more package.
    • Usage: box install sickrage couchpotato plex
  • remove - removes an installed package. Accepts one or more package
    • Usage: box remove sonarr radarr
  • adduser - adds a new user. Define a single user with the command.
    • Usage: box adduser freeloadingfriend
  • deluser - deletes the specified user. Define a single user with the command.
    • Usage: box deluser exgirlfriend
  • chpasswd - changes the password for a user. Define a single user with the command.
    • Usage: box chpasswd forgetfulfriend
  • update - use this command to update your box with the newest changes from github
    • Usage: box update
  • upgrade - upgrade the given package (available scripts are in scripts/upgrade)
    • Usage: box upgrade nginx
  • rmgrsec - removes grsec kernels installed by ovh
    • Usage: box rmgrsec
  • rtx - starts the r(u)Torrent extras management interface (rtx alone will also do)
    • Usage: box rtx or rtx

Feature Requests:

You can request and vote on features at feathub.

Feature Requests

Contributing

We welcome any bugfixes, improvements or new applications submitted through Pull Requests. We have a short Contributing guideline that we'd like you to consult before so that we can keep our code clean and organised and keep your submissions supported properly.

We're more than happy to talk about any changes to our codebase on the Discord server which you can find an invite link to on the top of this page.

Donations

I accept donations on the project website and also through GitHub Sponsors and Liberapay. If you are a vendor who profits off the project by deploying the project in a commercial setting, please consider sponsoring the project. Contributions from single users are also greatly appreciated!

If you don't have spare funds, then you might consider donating the idle cycles on your CPU to my mining pool. Setting it up is easy and will cost you nothing. Simply issue the command:

box install xmrig

The amount you choose to donate to me is up to you, though the minimum is 1.0. If you need help in setting up your own wallet, check out the Monero Project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].