Commit Graph

37 Commits

Author SHA1 Message Date
Bnyro 3b99b09db7
chore: update config.properties from Piped-Backend repo 2024-04-29 12:56:11 +02:00
Kavin 49b98cbeb3
Add traefik labels to nginx container. 2023-09-13 15:33:07 +01:00
Kavin 90e6b80c7c
Update postgres version to 15. 2023-04-23 10:46:50 +01:00
Kavin 082cb2a820
Use sh shebang. 2023-03-10 00:09:11 +00:00
Kavin 281f6a264b
Increase hash bucket size for larger hostnames. 2023-01-09 23:37:01 +00:00
Kavin 113e0da985
Merge pull request #29 from TeamPiped/caddy-nginx
Use nginx in caddy for caching.
2022-11-03 20:19:53 +00:00
Kavin c6bb24a2b8
Fix for piped-proxy volume mount. 2022-11-03 19:45:20 +00:00
Kavin 41ca0ef18e
Use nginx in caddy for caching. 2022-11-03 17:40:46 +00:00
Kavin a77f887fd8
Use new Rust based piped-proxy. 2022-11-03 17:28:09 +00:00
Kavin 76d40b4fea
Allow using openj9 with arm 2022-10-29 23:34:58 +01:00
Kavin 150b857acc
Merge pull request #27 from Soochaehwa/main
Update Caddyfile
2022-09-21 20:50:15 +01:00
Soochaehwa 78dc60527a
Update Caddyfile 2022-09-22 02:07:01 +09:00
Kavin 7e52212a51
Merge pull request #25 from Jeidnx/add_shebang
Add Shebang
2022-09-07 00:19:24 +05:30
Jeidnx dcdc7a0460
Add Shebang 2022-09-06 11:27:32 +02:00
Oskar Roesler a492fdcabb
Varnish config: replace hostname piped with hostname piped-backend to clearly use the appopriate hostname to avoid problems with the docker-magic and prevent confusion after hostname changes. (#19) 2022-08-15 19:01:34 +05:30
Kavin 6129c5dfbf
Remove gzip by default.
Let the user setup gzip in their reverse proxy.
Closes #18
2022-08-07 07:01:45 +05:30
Kavin 2480d0dffb
Use nginx to cache responses. 2022-08-07 06:59:29 +05:30
Kavin 0a6f6c557b
Remove docker-compose installed checks.
Closes #23
2022-07-19 23:53:52 +05:30
Kavin 0db1302898
Change postgres dialect. 2022-06-17 16:55:05 +01:00
Kavin c4fe0c1ac4
Add some missing config properties.
Ref: https://github.com/TeamPiped/Piped/issues/1123
2022-06-12 18:57:34 +01:00
Kavin 9b6ba05f4a
Set resolver for nginx. 2022-06-06 05:29:34 +01:00
Kavin 6804354ab5
Use dynamic variable for varnish proxy_pass. 2022-06-02 04:45:49 +01:00
Kavin aa3f174f5e
Remove docker-compose version checks. 2022-06-02 04:38:55 +01:00
Kavin 099a59cf8a
Add support for docker compose. 2022-05-19 21:06:53 +01:00
FireMasterK 597bdfb23d
Make healthcheck test bypass cache. 2022-01-13 11:55:50 +00:00
FireMasterK bbd06a4124
Fix for frontend startup issues. 2022-01-12 22:52:03 +00:00
FireMaskterK 127f4b3625
Add docker-compose version check. 2021-12-01 04:27:34 +00:00
FireMaskterK 18d81afee4
Automatically use the hotspot image when on aarch64. 2021-12-01 03:31:03 +00:00
Kavin 95e20fa87d
Simply nginx and caddy config. (#9) 2021-11-07 20:40:25 +00:00
AtomHare e1acda33ac
Fix the "Error 503 Backend fetch failed" (#8)
* Fix backend error on recreation

* typo
2021-10-05 17:58:05 +01:00
FireMasterK eb62697497
Add support for nginx without a TLS reverse proxy. 2021-09-25 14:44:58 +01:00
AtomHare 5862e8354a
Update varnish and headers (#4)
* update varnish

* update headers

* Indent with 4 spaces.

Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-09-18 23:59:50 +01:00
FireMasterK 0db53dcbeb
Configure FRONTEND_URL property. 2021-09-09 14:40:41 +05:30
FireMasterK 2607157413
Replace default api hostname in frontend. 2021-08-25 17:22:56 +05:30
Kavin ca989a2a6b
Add link to docs. 2021-08-25 14:47:29 +05:30
AtomHare 8d410df572
Add Initial docker compose
* Initial draft of the docker-compose

with configuration files

* Update docker-compose.yml

update path

* Add configure-instance script.

* Fix caddyfile and improvements.

* Enable quic for Caddy.

* Add missing newline.

* Remove unnecessary depends_on.

Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-08-25 13:21:41 +05:30
Kavin c84060e2a4
Initial commit 2021-08-25 00:27:05 +05:30