1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-17 05:32:00 +03:00
Commit graph

6 commits

Author SHA1 Message Date
Dag
8a6798a227
fix: escape token for html context () 2024-02-09 07:27:16 +01:00
Alexandre Alapetite
12395fcf2d
Docker fix default fastcgi.logging ()
Mistake from https://github.com/RSS-Bridge/rss-bridge/pull/3500
Wrong file extension: should have been `.ini` and not `.conf` otherwise it has no effect.
See https://github.com/docker-library/php/pull/1360 and https://github.com/docker-library/php/issues/878#issuecomment-938595965
2024-01-05 07:22:16 +01:00
Alexandre Alapetite
0175e13712
Docker from Debian base image ()
* Docker from Debian base image
* Fix expose https://github.com/RSS-Bridge/rss-bridge/discussions/3234
* Re-fix better logs https://github.com/RSS-Bridge/rss-bridge/pull/3333
* Update to Debian 12 Bookworm instead of Debian 10 Buster
* Use Debian packaging instead of having to keep track of and manually install -dev libraries, and with LTS support
* Update to PHP 8.2 instead of PHP 8.0

* Fix php.ini location

* Minor order changes
To optimise caching
2023-09-13 18:08:22 +02:00
Alexandre Alapetite
e99e026fa8
Use standard Docker logs ()
Instead of storing logs inside the container (where then cannot easily be seen not rotated), consider using the standard Docker approach of writing to standard output
https://docs.docker.com/config/containers/logging/
2023-05-11 01:44:11 +02:00
Bocki
783160e715
[nginx] Add ipv6 listener () 2023-03-07 23:59:22 +01:00
Dag
829fc6cca2
docker: Switch to nginx in docker image ()
Co-authored-by: Yaman Qalieh <ybq987@gmail.com>
2022-05-11 20:19:25 -04:00