syncthing / syncthing/syncthing
ACME (Let's Encrypt) support for the discovery server
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 88.8k
- Forks
- 5.5k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
Description
This is related to "[Feature request] ACME (letsencrypt) Support #2445". ACME letsencrypt support for the syncthing discovery server would be very convenient in containerized environments. It is very inconvenient to use bind mounts or secrets in docker swarm to map certificates into a container. Ideally, the LetsEncrypt feature should resemble how Traefik does enrolment and renewal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the related feature request #2445 and compare its scope with Traefik's ACME enrollment and renewal behavior. Then locate the discovery server entry point and determine the requirements for certificate enrollment and renewal in containerized environments; done means ACME support is defined and implemented without requiring certificate bind mounts or secrets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100