Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

m3h7/syncthing-centos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syncthing for CentOS

RPM Install

sudo dnf install -y https://github.com/m3h7/syncthing-centos/releases/download/v1.11.1-1/syncthing-1.11.1-1.el8.x86_64.rpm

RPM Build

Install rpmbuild requirements

sudo dnf install -y policycoreutils-python-utils rpm-build rpmdevtools make git

Clone the repo and build rpm package

git clone https://github.com/m3h7/syncthing-centos.git
cd syncthing-centos
make prepare
make

Install builded rpm package

sudo make install

Start syncthing systemd service

sudo systemctl start syncthing@<username>

You can now access the GUI through this URL: http://localhost:8384

About

Syncthing for CentOS 7

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%