Home
Softono

HomeCenter

Open source MIT Go
250
Stars
3
Forks
0
Issues
22
Watchers
4 years
Last Commit

 About HomeCenter

A collection of commonly used tools, including proxy, file management, DDNS, offline download

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing HomeCenter?

We provide expert installation service for this software. Our team will install, configure, and secure HomeCenter on your server. plans start at just $30.

HomeCenter

View on GitHub

中文

中文文档

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

Gitee download

Update

Update Record

Contact

QQ: 521287094 Email: [email protected]

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

./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

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