Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Jul 1, 2023
1 parent 5475bdf commit bea4e96
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 48 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/issue.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ body:
options:
- x86-64
- arm64
- armhf
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || amd64-\<version tag\> |
| arm64 || arm64v8-\<version tag\> |
| armhf | | arm32v7-\<version tag\> |
| armhf | | |

## Application Setup

Expand Down Expand Up @@ -240,6 +240,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **17.08.22:** - Build on alpine 3.16 for go 1.18).
* **03.05.22:** - Rebase to alpine 3.15 (builds on edge for go 1.18).
Expand Down
88 changes: 42 additions & 46 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ project_url: "https://syncthing.net"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-banner.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"

# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}

- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
param_container_name: "{{ project_name }}"
Expand All @@ -21,53 +18,52 @@ param_hostname: "{{ project_name }}"
param_hostname_desc: "Optionally the hostname can be defined."
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files." }
- { vol_path: "/data1", vol_host_path: "/path/to/data1", desc: "Data1" }
- { vol_path: "/data2", vol_host_path: "/path/to/data2", desc: "Data2" }
- {vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files."}
- {vol_path: "/data1", vol_host_path: "/path/to/data1", desc: "Data1"}
- {vol_path: "/data2", vol_host_path: "/path/to/data2", desc: "Data2"}
param_usage_include_ports: true
param_ports:
- { external_port: "8384", internal_port: "8384", port_desc: "Application WebUI" }
- { external_port: "22000", internal_port: "22000/tcp", port_desc: "Listening port (TCP)" }
- { external_port: "22000", internal_port: "22000/udp", port_desc: "Listening port (UDP)" }
- { external_port: "21027", internal_port: "21027/udp", port_desc: "Protocol discovery" }

- {external_port: "8384", internal_port: "8384", port_desc: "Application WebUI"}
- {external_port: "22000", internal_port: "22000/tcp", port_desc: "Listening port (TCP)"}
- {external_port: "22000", internal_port: "22000/udp", port_desc: "Listening port (UDP)"}
- {external_port: "21027", internal_port: "21027/udp", port_desc: "Protocol discovery"}
# application setup block
app_setup_block_enabled: true
app_setup_block: "**Note: ** The Syncthing devs highly suggest setting a password for this container as it listens on 0.0.0.0. To do this go to `Actions -> Settings -> set user/password` for the webUI."

# changelog
changelogs:
- { date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
- { date: "17.08.22:", desc: "Build on alpine 3.16 for go 1.18)." }
- { date: "03.05.22:", desc: "Rebase to alpine 3.15 (builds on edge for go 1.18)." }
- { date: "05.10.21:", desc: "Rebase to alpine 3.14." }
- { date: "12.05.21:", desc: "Remove sysctl parameter again" }
- { date: "03.05.21:", desc: "Raise maximum UDP buffer size." }
- { date: "03.05.21:", desc: "Add port mapping for 22000/udp." }
- { date: "29.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
- { date: "15.09.20:", desc: "Use go from alpine edge repo to compile. Remove duplicate UMASK env var. Add hostname setting." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "05.03.19:", desc: "Update Build process for v1.1.0 release." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "30.07.18:", desc: "Rebase to alpine 3.8 and use buildstage." }
- { date: "13.12.17:", desc: "Rebase to alpine 3.7." }
- { date: "25.10.17:", desc: "Add env for manual setting of umask." }
- { date: "29.07.17:", desc: "Simplify build structure as symlinks failing on > 0.14.32" }
- { date: "28.05.17:", desc: "Rebase to alpine 3.6." }
- { date: "08.02.17:", desc: "Rebase to alpine 3.5." }
- { date: "01.11.16:", desc: "Switch to compiling latest version from git source." }
- { date: "14.10.16:", desc: "Add version layer information." }
- { date: "30.09.16:", desc: "Fix umask." }
- { date: "09.09.16:", desc: "Add layer badges to README." }
- { date: "28.08.16:", desc: "Add badges to README." }
- { date: "11.08.16:", desc: "Rebase to alpine linux." }
- { date: "18.12.15:", desc: "Initial testing / release (IronicBadger)" }
- { date: "24.09.15:", desc: "Inital dev complete (Lonix)" }
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
- {date: "17.08.22:", desc: "Build on alpine 3.16 for go 1.18)."}
- {date: "03.05.22:", desc: "Rebase to alpine 3.15 (builds on edge for go 1.18)."}
- {date: "05.10.21:", desc: "Rebase to alpine 3.14."}
- {date: "12.05.21:", desc: "Remove sysctl parameter again"}
- {date: "03.05.21:", desc: "Raise maximum UDP buffer size."}
- {date: "03.05.21:", desc: "Add port mapping for 22000/udp."}
- {date: "29.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information."}
- {date: "23.01.21:", desc: "Rebasing to alpine 3.13."}
- {date: "15.09.20:", desc: "Use go from alpine edge repo to compile. Remove duplicate UMASK env var. Add hostname setting."}
- {date: "01.06.20:", desc: "Rebasing to alpine 3.12."}
- {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
- {date: "05.03.19:", desc: "Update Build process for v1.1.0 release."}
- {date: "22.02.19:", desc: "Rebasing to alpine 3.9."}
- {date: "16.01.19:", desc: "Add pipeline logic and multi arch."}
- {date: "30.07.18:", desc: "Rebase to alpine 3.8 and use buildstage."}
- {date: "13.12.17:", desc: "Rebase to alpine 3.7."}
- {date: "25.10.17:", desc: "Add env for manual setting of umask."}
- {date: "29.07.17:", desc: "Simplify build structure as symlinks failing on > 0.14.32"}
- {date: "28.05.17:", desc: "Rebase to alpine 3.6."}
- {date: "08.02.17:", desc: "Rebase to alpine 3.5."}
- {date: "01.11.16:", desc: "Switch to compiling latest version from git source."}
- {date: "14.10.16:", desc: "Add version layer information."}
- {date: "30.09.16:", desc: "Fix umask."}
- {date: "09.09.16:", desc: "Add layer badges to README."}
- {date: "28.08.16:", desc: "Add badges to README."}
- {date: "11.08.16:", desc: "Rebase to alpine linux."}
- {date: "18.12.15:", desc: "Initial testing / release (IronicBadger)"}
- {date: "24.09.15:", desc: "Inital dev complete (Lonix)"}

0 comments on commit bea4e96

Please sign in to comment.