{"id":19034316,"url":"https://github.com/amefs/quickbox-arm","last_synced_at":"2025-04-23T17:44:53.995Z","repository":{"id":45521414,"uuid":"219077279","full_name":"amefs/quickbox-arm","owner":"amefs","description":"Lightweigt QuickBox For armhf platform","archived":false,"fork":false,"pushed_at":"2022-03-16T10:29:17.000Z","size":4918,"stargazers_count":58,"open_issues_count":2,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-18T04:12:13.773Z","etag":null,"topics":["armhf-platform","debian","raspbian","seedbox","seedbox-install-script","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-01T23:27:31.000Z","updated_at":"2024-09-26T15:22:19.000Z","dependencies_parsed_at":"2022-09-13T19:30:58.176Z","dependency_job_id":null,"html_url":"https://github.com/amefs/quickbox-arm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amefs%2Fquickbox-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amefs%2Fquickbox-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amefs%2Fquickbox-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amefs%2Fquickbox-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amefs","download_url":"https://codeload.github.com/amefs/quickbox-arm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250484017,"owners_count":21438167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["armhf-platform","debian","raspbian","seedbox","seedbox-install-script","ubuntu"],"created_at":"2024-11-08T21:44:39.768Z","updated_at":"2025-04-23T17:44:53.976Z","avatar_url":"https://github.com/amefs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n![QB-arm](https://img.nyamoe.com/images/2019/09/22/quickbox-arm-logo.png)\n\n# Project QuickBox-ARM\n\n[中文版](https://github.com/amefs/quickbox-arm/blob/master/README_zh.md)\n\n---\n\nThis project is a modified version of QuickBox community edition. Most functions is the same as QuickBox Lite, but this project support armhf instead of x86_64. You can run this project in an aarch64 platform only in an armhf OS. You need QuickBox ARM64(Still in developing) to get full support of arm64 OS.\n\n---\n\n## Main feature\n\n1. Graphical installation guide (Multi-language available)\n2. Use nginx instead of apache\n3. Modular installation\n4. Latest OS support\n5. up to date apps (include prebuild deb packages)\n\n---\n\n## Script status\n\n![Version](https://img.shields.io/badge/version-1.0.0%20beta-orange?style=flat-square)![GNU v3.0 License](https://img.shields.io/badge/license-GNU%20v3.0%20License-blue.svg?style=flat-square)\n\n---\n\n## How to install\n\n### before install\n\nHard ware requirement:\n\n- CPU: armhf architecture\n- RAM: large than 1GB (recommend more for better performance)\n- Storage: 20GB HDD (for seeding, you need more)\n\nOS Support (armhf only):\n\n![Ubuntu18.04](https://img.shields.io/badge/Ubuntu%2018.04-passing-brightgreen.svg?style=flat-square)![Ubuntu16.04](https://img.shields.io/badge/Ubuntu%2016.04-passing-brightgreen.svg?style=flat-square)![Debian9](https://img.shields.io/badge/Debian%209-passing-brightgreen.svg?style=flat-square)![Debian10](https://img.shields.io/badge/Debian%2010-passing-brightgreen.svg?style=flat-square)![Raspbian](https://img.shields.io/badge/Raspbian-passing-brightgreen.svg?style=flat-square)\n\nServer Support:\n\n- Server/Development Boards  based on armhf\n\nTested Platform:\n\n- Banana-PI M2B/M2U/M3 (Ubuntu 16.04/Debian 9/Raspbian Stretch)\n  - Tips: See [this tutorial]( https://blog.nyamoe.com/2019/09/hoe-to-boot-bpi-m2u-m2b-up-from-sata-device/ ) to know how to boot from SATA device\n- Scaleway Baremetal C1 (Ubuntu 16.04/Debian 9)\n- SoyouStart ARM server (Ubuntu 16.04/Debian 9)\n  - Tips: See [this tutorial](https://github.com/amefs/quickbox-arm/wikis/Install-QuickBox-ARM-in-SoyouStart-ARM) to know how to install quickbox arm in SYS\n\n### install the project\n\n**You must be logged in as root to run this installation.**\n\n**Run the following command to grab our latest stable release ...**\n\n```\napt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release dos2unix; \\\ngit clone https://github.com/amefs/quickbox-arm.git /etc/QuickBox; \\\ndos2unix /etc/QuickBox/setup.sh; \\\nbash /etc/QuickBox/setup.sh\n```\n\n### Want to run in development mode?\n\n**Run the following command to grab current development repos ...**\n\n```\nmkdir /install/ \u0026\u0026 touch /install/.developer.lock; \\\napt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release dos2unix; \\\ngit clone --branch \"development\" https://github.com/amefs/quickbox-arm.git /etc/QuickBox; \\\ndos2unix /etc/QuickBox/setup.sh; \\\nbash /etc/QuickBox/setup.sh\n```\n\n### Already have QuickBox installed and want to switch over to development?\n\n**EASY! Run the following command to grab current development repos ...**\n\n```\nmkdir /install/ \u0026\u0026 touch /install/.developer.lock; \\\nsudo box update quickbox\n```\n\n---\n\n## Installed Features\n\n- pureftp - vsftp (CuteFTP multi-segmented download friendly)\n- SSH Server (for SSH terminal and sFTP connections)\n- Web Console (Shellinabox)\n- QuickBox Dashboard\n\n---\n\n## Available software\n\n### Available when setup\n\n- rTorrent (*0.9.4-0.9.8*)\n  - ruTorrent\n  - flood\n- Transmission (*2.94*)\n- qBittorrent (*4.2.1*)\n- Deluge (*1.3.15, 2.0.3*)\n- mktorrent (with `createtorrent` command as wrapper)\n- FFmpeg\n- Linux RAR(unrar only)\n- File Browser\n\n### Available in dashboard\n\n- Autodl-irssi\n- BTSync\n- FlexGet(both 2.x and 3.x)\n- Netdata\n- noVNC\n- Plex\n- Syncthing\n- x2Go\n\n### Available in CLI\n\n- Denyhosts\n- Fail2ban\n- Let's Encrypt\n- ZNC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famefs%2Fquickbox-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famefs%2Fquickbox-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famefs%2Fquickbox-arm/lists"}