Commit graph

23 commits

Author SHA1 Message Date
Dessalines
01b7fdcc75
Allow lemmy-ui and pictrs to access external network. Fixes #96 (#97) 2023-06-23 12:56:01 -04:00
Rulasmur
b56616fcc9
set host, X-Real-IP, and X-Forwarded-For headers (#93) 2023-06-22 18:39:31 -04:00
Dessalines
18c3f3a09f
Add a 2nd nginx layer (#90)
* Trying to add second nginx layer. Try 1

* Trying to add second nginx layer. Try 2

* Finalizing.

* Formatting fix.

* Addressing PR comments.
2023-06-22 16:39:39 +02:00
pixlguru
fc468f959a
Increase pictrs mem_limit (#73)
Fixes pictrs crashing / OOM

Co-authored-by: wintermute <pgcn5lz86@relay.firefox.com>
2023-06-06 12:29:48 -04:00
Richard Schwab
0a02a429d6
remove unused map from nginx config, fixes #70 (#74) 2023-06-06 01:28:49 +02:00
Dessalines
cd8bcea976
V0.17.0 changes 2 (#60)
* Upgrade for v0.17.0 changes. Better docker install.

* Fix LEMMY_UI env vars.

* Remove postgres optimizations.

* Adding a custom postgresql.conf file

* Updating VERSION
2023-01-31 12:22:20 -05:00
Dessalines
d9ce528278 Revert "V0.17.0 changes (#59)"
This reverts commit 02f30dfbdc.
2023-01-30 10:47:24 -05:00
Dessalines
02f30dfbdc
V0.17.0 changes (#59)
* Upgrade for v0.17.0 changes. Better docker install.

* Fix LEMMY_UI env vars.

* Remove postgres optimizations.
2023-01-30 10:46:45 -05:00
Nutomic
d9dac7dac5
Use /etc to configure docker logging (#52) 2022-08-29 15:38:14 -04:00
pixlguru
a1ae25bff4
Add logging limitation (#49)
* Add logging limitation

Prevents growing of docker/overlay2 due to logfiles piling up

* Update logging options 

to more reasonable smaller values
2022-07-14 15:27:39 -04:00
Dessalines
91efb71262
Upgrading pictrs. (#34) 2022-04-05 10:26:20 +00:00
fadelkon
fe3e04af8f
Rename rate_limit with domain name space (#29)
This allows to provision one lemmy instance in a server where there are already other lemmy instances installed with this same nginx template.
Currently, nginx refuses to reload starting at the 2d instance installed, because lemmy_ratelimit is already defined in another site conf.
It also makes sense to just give each lemmy its own rate limit strategy instead of sharing a host-global one.
2022-03-28 14:21:11 +00:00
HorseJump
b1f58129ad
Removed ":ro" from volumes of the lemmy image (#28)
Could not edit site configuration with this there.
2022-03-28 10:40:00 +00:00
Nutomic
1acff80c49
pictrs 0.3.0-rc.7 (#27) 2022-03-22 18:35:55 +00:00
Dessalines
a15d4efa67
Upgrading pictrs. (#26) 2022-03-17 12:24:47 +00:00
Nutomic
c220b15946
Add docker volume for lemmy-ui extra_themes folder (#24) 2022-03-03 14:30:19 -05:00
Dessalines
a017f3a079 Upgrading pictrs. 2021-12-13 16:50:48 -05:00
Dessalines
98648ed27c Better regex. 2021-11-10 09:46:52 -05:00
Dessalines
e5ef119f52 Fix broken application requests. 2021-11-10 09:46:52 -05:00
Dessalines
dd63084f44 Route any of the application accepts to lemmy. 2021-11-10 09:46:52 -05:00
Niles Corder
ba94edd194
Update NGINX File to combined log (#5)
* Update NGINX File to combined log

* removed log format lemmy_main
2021-11-09 19:36:14 -05:00
Dessalines
5c195b7261 Randomize ports. Fixes #3 2021-11-07 17:04:30 -05:00
Dessalines
80690afd1c Initial commit. 2021-10-08 18:29:01 -04:00