feat: add snowflake proxy
This commit is contained in:
parent
6d7d626194
commit
0f9ada8b50
2 changed files with 15 additions and 0 deletions
|
@ -203,6 +203,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
||||||
- [ ] [RomM](https://romm.app/)
|
- [ ] [RomM](https://romm.app/)
|
||||||
- [ ] [Seafile](https://www.seafile.com)
|
- [ ] [Seafile](https://www.seafile.com)
|
||||||
- [ ] [Shiori](https://github.com/go-shiori/shiori)
|
- [ ] [Shiori](https://github.com/go-shiori/shiori)
|
||||||
|
- [ ] [Snowflake](https://snowflake.torproject.org/)
|
||||||
- [ ] [solidtime](https://docs.solidtime.io/self-hosting/intro)
|
- [ ] [solidtime](https://docs.solidtime.io/self-hosting/intro)
|
||||||
- [x] [Sonarr](https://sonarr.tv)
|
- [x] [Sonarr](https://sonarr.tv)
|
||||||
- [x] [Stirling PDF](https://stirlingpdf.io)
|
- [x] [Stirling PDF](https://stirlingpdf.io)
|
||||||
|
|
14
quadlets/snowflake/snowflake.container
Normal file
14
quadlets/snowflake/snowflake.container
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Snowflake proxy
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/thetorproject/snowflake-proxy
|
||||||
|
ContainerName=snowflake
|
||||||
|
HostName=snowflake
|
Loading…
Add table
Reference in a new issue