# HomeCenter **Repository Path**: Dukeshi/HomeCenter ## Basic Information - **Project Name**: HomeCenter - **Description**: 家庭使用的Http代理,离线下载、文件管理工具,后续会新增更多实用的功能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-30 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * [Start] * [Project](#Link) * [UpdateRecord](#Update) * [Contact](#Contact) * [Detailed](#Detailed) * [Using](#Using) * [Start process](#Start) * [AutoStart](#AutoStart) * [configuration](#configuration) ## 中文 [中文文档](/README2.md) ## Begins Often tinker with small things at home, such as: 1. SkyDrive Seafile, h5ai, nextcloud, Cloudreve 2. ssr of proxy class 3. Offline download: aria2 > There are so many complicated things, and there is no unified tool to complete my needs. I just have a Raspberry Pi 3b+, and I intend to let this thing play its final value. ## Link > [Github download](https://github.com/lilacsheep/HomeCenter/releases) > [Gitee download](https://gitee.com/Dukeshi/HomeCenter) ## Update > [Update Record](/doc/update.md) ## Contact QQ: 521287094 Email: lilacsheep@hotmail.com ## Detailed 1. Http proxy function, based on the ssh protocol, provides support for multi-rule distribution, and other protocols will be added later. 2. Offline download, currently only supports file download of http protocol, supports resumable upload, multi-threaded download. 3. File management function, support file preview (for the time being supports pictures and videos) 4. Process monitoring, real-time view of the program's CPU, memory, traffic and other information. 5. DDNS function ## Manually build See build.sh for details # Using ## Start ```bash ./proxy -h 0.0.0.0:80 -path db ``` ## AutoStart Modify the specific path that /path/to/proxy in systemd/system/proxy.service is deployed for you ```bash cp systemd/system/proxy.service /lib/systemd/system/ systemctl enable proxy systemct start proxy ``` ## Visit Visit http://your_address:port ## Default account ``` username: admin password: !QAZ2wsx ``` ## Configuration [Win Help](https://jingyan.baidu.com/article/72ee561a053a87e16138dfed.html)