Commit graph

90 commits

Author SHA1 Message Date
Dessalines cb1c24fd6f
Adding woodpecker (#63) 2023-03-24 21:45:26 +01:00
Dessalines 6e6940b0e1 Updating VERSION 2023-02-22 09:55:13 -05:00
Dessalines daee9fba1c Updating VERSION 2023-02-03 09:29:44 -05: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
Dessalines 86a797d0b9 Merge branch 'main' of https://github.com/LemmyNet/lemmy-ansible 2022-09-14 11:10:15 -04:00
Nutomic 439dbd7cc4
Update version to 0.16.7 2022-09-14 10:06:26 +00:00
Dessalines 5995aee32b Merge branch 'main' of https://github.com/LemmyNet/lemmy-ansible 2022-09-13 17:20:58 -04:00
Dessalines 17adeb6048 Updating VERSION 2022-09-13 17:20:07 -04:00
Nutomic d9dac7dac5
Use /etc to configure docker logging (#52) 2022-08-29 15:38:14 -04:00
Dessalines 51c92e143d Updating VERSION 2022-07-19 14:46:09 -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 a9bff22183
Adding link to ansible docs. Fixes #46 (#48) 2022-06-03 11:32:02 +00:00
Dessalines a58766b305 Revert version due to broken prod build. 2022-05-30 18:55:24 -04:00
Dessalines 5bdda3496c Updating VERSION 2022-05-30 18:30:54 -04:00
Dessalines f921a3d64b Updating VERSION 2022-05-26 18:42:05 -04:00
Dessalines d4c1cd0a28
Adding AGPL license. Fixes #37 (#39)
* Adding AGPL license. Fixes #37

* Add license to readme.
2022-05-09 22:45:52 +00:00
Dessalines 4a2ee302bd
Add note about curly braces. #38 (#40) 2022-05-09 22:40:21 +00:00
Tryps 5cb678847f
Update lemmy.yml (#36)
* Update lemmy.yml

https://github.com/LemmyNet/lemmy-ansible/issues/35

* Update lemmy.yml

Tested it with reg_enabled.stat.exists and reg_enabled.stat.isreg and can confirm it completed a fresh install just fine!
2022-04-12 21:25:40 +00:00
Dessalines 745829c2a2 Updating VERSION 2022-04-08 10:19:24 -04:00
Dessalines 91efb71262
Upgrading pictrs. (#34) 2022-04-05 10:26:20 +00:00
Dessalines 8402fe0366 Updating VERSION 2022-03-29 12:55:05 -04:00
Dessalines aba99de2dc
Federation on by default. (#33) 2022-03-29 15:23:11 +00:00
fadelkon df2db64e9a
Render nginx templates into sites-available (#30)
Render nginx templates into sites-available and then symlink them.
Instead of rendering them directly to sites-enabled.

It's a good practice and makes it easier for disabling or substituting temporarily a site config.

Currently, the sites-enabled file is a regular file. If we just try to replace it with a symlink, it fails. To avoid upgrade conflicts, i add 2 tasks to remove the file if it's regular instead of a symlink. We could just delete it always before symlinking, but then we would generate unnecessary activity and "changed" noise in the output.

Tested with a running instance.
2022-03-28 18:39:35 +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
Dessalines f920e6b29d Merge branch 'main' of https://github.com/LemmyNet/lemmy-ansible 2022-03-15 17:51:54 -04:00
Dessalines 00bd7d3f35 Updating VERSION 2022-03-15 17:22:16 -04:00
Tmpod dfaa6183e4
Fix email.use_tls being deprecated (#25) 2022-03-10 16:33:25 +00:00
Dessalines 2bf1338ea3 Merge branch 'fix_ask_become_pass' 2022-03-08 14:09:29 -05:00
Dessalines 8b3ff5ad77 Updating VERSION 2022-03-08 13:43:53 -05:00
Nutomic c220b15946
Add docker volume for lemmy-ui extra_themes folder (#24) 2022-03-03 14:30:19 -05:00
Dessalines 84a92c05fe Updating VERSION 2022-03-02 11:38:28 -05:00
Dessalines 2296eaf40c
Add --become to command. Fixes #22 (#23)
* Add --become to command. Fixes #22

* Using longer --ask-become-pass .
2022-01-28 22:51:36 +00:00
Dessalines 68da8bded2 Using longer --ask-become-pass . 2022-01-28 16:49:26 -05:00
Dessalines d74bded5c8 Updating VERSION 2022-01-27 14:01:16 -05:00
Dessalines 4067b7f48a Add --become to command. Fixes #22 2022-01-26 09:57:48 -05:00
Dessalines f3874a6bce Merge branch 'main' of https://github.com/LemmyNet/lemmy-ansible 2022-01-12 10:05:18 -05:00
Dessalines 6a4c2b6154 Updating VERSION 2022-01-12 09:44:02 -05:00
Dessalines a8d98d603e Updating VERSION 2022-01-12 08:45:09 -05:00
Dessalines c6e191b035
Upgrading pictrs. (#21) 2021-12-14 13:24:10 +00:00
Dessalines a017f3a079 Upgrading pictrs. 2021-12-13 16:50:48 -05:00
Dessalines 90576cec07 Updating VERSION 2021-12-09 09:52:06 -05:00
Dessalines a3ac3cca33
Adding a note about priviledges to README. (#18)
* Adding a note about priviledges to README.

* Some corrections.
2021-11-26 12:36:37 +00:00
Nutomic 34497c3874
Move privilege escalation params into config (#17) 2021-11-25 11:30:50 -05:00
Dessalines ee36fdc98a Updating VERSION 2021-11-23 14:38:34 -05:00
Dessalines bab07ceb76 Merge branch 'main' of https://github.com/LemmyNet/lemmy-ansible 2021-11-23 11:47:34 -05:00