Commit Graph

  • 5973e30044
    Merge pull request #56 from kibirisu/main main Bnyro 2025-05-31 10:43:41 +02:00
  • e8e76406b6
    Fix docker traefik labels on compose template kibirisu 2025-04-25 01:26:41 +02:00
  • 6eb033f83e
    feat: add piped-bg-helper to all compose templates and enable by default Bnyro 2025-03-01 12:35:23 +01:00
  • cc60cca2d4
    fix: standalone image using wrong internal urls Bnyro 2025-03-01 12:26:38 +01:00
  • 5670c6b14c
    Merge pull request #55 from TeamPiped/standalone-install Bnyro 2025-02-27 12:17:36 +01:00
  • 87e1239d9d
    feat: add stanalone installation process Bnyro 2025-02-27 12:10:54 +01:00
  • 90932ce768
    fix: properly replace HTTP_MODE_PLACEHOLDER in config.properties Bnyro 2025-01-22 09:34:21 +01:00
  • 531c677c98 feat: support for hosting only via http using configure-instance.sh Bnyro 2025-01-07 21:03:08 +01:00
  • a49d66190a
    Merge pull request #48 from TeamPiped/postgres-16 Kavin 2024-07-11 15:54:34 +01:00
  • 0613a116b6
    Update PostgreSQL image to version 16-alpine in Docker Compose files Kavin 2024-07-11 15:53:43 +01:00
  • d07c22f079
    fix: nginx fails due to wrong docker hostname Bnyro 2024-06-23 16:40:27 +02:00
  • b4ca19a112
    "fix: update depends_on service name from 'pipedfrontend' to 'piped-frontend' in docker-compose.nginx.yml" (#43) BilligsterUser 2024-06-22 17:36:44 +02:00
  • af4a6a1bb3
    Merge pull request #44 from cbruegg/patch-1 Kavin 2024-06-21 12:58:36 +05:30
  • f35c86715a
    Fix frontend hostname in Caddyfile Christian Brüggemann 2024-06-20 20:12:08 +02:00
  • b6f7da34b6
    Merge pull request #42 from TeamPiped/frontend-env Bnyro 2024-06-15 15:00:16 +02:00
  • ce2d77edfd refactor: use BACKEND_HOSTNAME env instead of ash entrypoint Bnyro 2024-06-15 14:58:17 +02:00
  • bf44099e14
    Merge pull request #40 from nyarau/main Bnyro 2024-06-07 21:28:16 +02:00
  • a76b31cbab
    Remove hardcoded dns resolver in nginx configs NotYetAnotherRandomAnonymousUser 2024-05-27 18:51:49 +02:00
  • e0a45cbbc8
    chore: remove duplicated hibernate properties from config.properties Bnyro 2024-05-23 17:45:54 +02:00
  • 3b99b09db7
    chore: update config.properties from Piped-Backend repo Bnyro 2024-04-29 12:56:11 +02:00
  • 49b98cbeb3
    Add traefik labels to nginx container. Kavin 2023-09-13 15:33:07 +01:00
  • 90e6b80c7c
    Update postgres version to 15. Kavin 2023-04-23 10:46:50 +01:00
  • 082cb2a820
    Use sh shebang. Kavin 2023-03-10 00:09:11 +00:00
  • 281f6a264b
    Increase hash bucket size for larger hostnames. Kavin 2023-01-09 23:37:01 +00:00
  • 113e0da985
    Merge pull request #29 from TeamPiped/caddy-nginx Kavin 2022-11-03 20:19:53 +00:00
  • c6bb24a2b8
    Fix for piped-proxy volume mount. Kavin 2022-11-03 19:45:20 +00:00
  • 41ca0ef18e
    Use nginx in caddy for caching. Kavin 2022-11-03 17:40:46 +00:00
  • a77f887fd8
    Use new Rust based piped-proxy. Kavin 2022-11-03 17:28:09 +00:00
  • 76d40b4fea
    Allow using openj9 with arm Kavin 2022-10-29 23:34:58 +01:00
  • ba3849f47a
    Add renovate.json renovate/configure renovate[bot] 2022-10-09 20:21:26 +00:00
  • 150b857acc
    Merge pull request #27 from Soochaehwa/main Kavin 2022-09-21 20:50:15 +01:00
  • 78dc60527a
    Update Caddyfile Soochaehwa 2022-09-22 02:07:01 +09:00
  • 7e52212a51
    Merge pull request #25 from Jeidnx/add_shebang Kavin 2022-09-07 00:19:24 +05:30
  • dcdc7a0460
    Add Shebang Jeidnx 2022-09-06 11:27:32 +02:00
  • 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) Oskar Roesler 2022-08-15 15:31:34 +02:00
  • 6129c5dfbf
    Remove gzip by default. Kavin 2022-08-07 07:01:45 +05:30
  • 2480d0dffb
    Use nginx to cache responses. Kavin 2022-08-07 06:59:23 +05:30
  • 0a6f6c557b
    Remove docker-compose installed checks. Kavin 2022-07-19 23:53:52 +05:30
  • 0db1302898
    Change postgres dialect. Kavin 2022-06-17 16:55:05 +01:00
  • c4fe0c1ac4
    Add some missing config properties. Kavin 2022-06-12 18:57:34 +01:00
  • 9b6ba05f4a
    Set resolver for nginx. Kavin 2022-06-06 05:29:34 +01:00
  • 6804354ab5
    Use dynamic variable for varnish proxy_pass. Kavin 2022-06-02 04:45:49 +01:00
  • aa3f174f5e
    Remove docker-compose version checks. Kavin 2022-06-02 04:38:55 +01:00
  • 099a59cf8a
    Add support for docker compose. Kavin 2022-05-19 21:06:53 +01:00
  • 597bdfb23d
    Make healthcheck test bypass cache. FireMasterK 2022-01-13 11:55:50 +00:00
  • bbd06a4124
    Fix for frontend startup issues. FireMasterK 2022-01-12 22:52:03 +00:00
  • 127f4b3625
    Add docker-compose version check. FireMaskterK 2021-12-01 04:27:34 +00:00
  • 18d81afee4
    Automatically use the hotspot image when on aarch64. FireMaskterK 2021-12-01 03:31:03 +00:00
  • 95e20fa87d
    Simply nginx and caddy config. (#9) Kavin 2021-11-07 20:40:25 +00:00
  • e1acda33ac
    Fix the "Error 503 Backend fetch failed" (#8) AtomHare 2021-10-05 18:58:05 +02:00
  • eb62697497
    Add support for nginx without a TLS reverse proxy. FireMasterK 2021-09-25 14:44:58 +01:00
  • 5862e8354a
    Update varnish and headers (#4) AtomHare 2021-09-19 00:59:50 +02:00
  • 0db53dcbeb
    Configure FRONTEND_URL property. FireMasterK 2021-09-09 14:40:41 +05:30
  • 2607157413
    Replace default api hostname in frontend. FireMasterK 2021-08-25 17:21:03 +05:30
  • ca989a2a6b
    Add link to docs. Kavin 2021-08-25 14:47:29 +05:30
  • 8d410df572
    Add Initial docker compose AtomHare 2021-08-25 09:51:41 +02:00
  • c84060e2a4
    Initial commit Kavin 2021-08-25 00:27:05 +05:30