Commit graph

14 commits

Author SHA1 Message Date
RedKrieg
c24e8a7137
Install latest docker/docker-compose via pip. Proposed as fix for #67 (#69)
* Install latest docker/docker-compose via pip. Proposed as fix for #67

* Combine docker and docker-compose pip installs in to one task
2023-06-03 07:12:04 -04: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
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
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
Nutomic
244bffcd00
Merge pull request #7 from LemmyNet/randomize_ports
Randomize ports. Fixes #3
2021-11-09 16:18:25 +00:00
Felix Ableitner
9135569350 Remove os version check for certbox install (fixes #2) 2021-11-08 16:19:12 +01:00
Dessalines
5c195b7261 Randomize ports. Fixes #3 2021-11-07 17:04:30 -05:00
Dessalines
757103c5c2 Add a default version. Fixes #1 2021-10-11 22:39:36 -04:00
Dessalines
a1fa2f432a Move password into domain folder. 2021-10-09 12:13:23 -04:00
Dessalines
5551ef0089 Add an optional lemmy_ui_version. 2021-10-09 11:49:15 -04:00
Dessalines
80690afd1c Initial commit. 2021-10-08 18:29:01 -04:00