mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
3656bc5602
commit
d37a619554
31
README.md
31
README.md
|
@ -1950,6 +1950,37 @@ ________________________________________________________________________________
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> 🔸Syncthing LXC</summary>
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/syncthing/syncthing/6afaa9f20c8eb9c7af5abbe2f2d90fa2571aa7ad/assets/logo-only.svg?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Syncthing LXC </h1>
|
||||
|
||||
[Syncthing](https://syncthing.net/) is a continuous file synchronization program. It synchronizes files between two or more computers.
|
||||
|
||||
To create a new Proxmox Syncthing LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/syncthing-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
⚙️ For the initial start, run `syncthing --gui-address=0.0.0.0:8384` in the LXC console, then go to the LXC IP:8384 In settings set the LXC IP address under the GUI (also set the GUI Authentication User and GUI Authentication Password) and Connections tab's and save. Reboot the LXC.
|
||||
|
||||
**Syncthing Interface - IP:8384**
|
||||
|
||||
⚙️ **To Update Syncthing**
|
||||
|
||||
```yaml
|
||||
apt update && apt upgrade -y
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> WireGuard LXC </summary>
|
||||
|
||||
|
|
Loading…
Reference in New Issue