Dessalines
90a5febd38
Remove ansible from this repo. ( #1829 )
...
* Remove ansible from this repo.
* Adding a git push.
2021-10-27 12:09:00 -04:00
Felix Ableitner
f24999027e
Merge crates db_schema and db_queries
2021-10-20 12:28:08 +02:00
Dessalines
f526bce618
Update ansible version
2021-10-13 21:18:55 -04:00
Nutomic
a03727e28a
Add database host back into config file ( #1805 )
2021-09-30 16:45:20 -04:00
Dessalines
a99ba2de24
Version 0.13.0
2021-09-29 16:16:46 -04:00
Nutomic
aee48f3f5d
Ansible changes ( #1781 )
...
* Use env var for config location when saving (not default location)
* Consistent variable formatting for easy replacement with sed
* Remove unmaintained lemmy_dev and uninstall playbooks
* Simplify lemmy.hjson for ansible
* cleanup ansible playbook
* add separate playbook for updating lemmy config
* Revert "add separate playbook for updating lemmy config"
This reverts commit 0a970ae1da
.
2021-09-28 11:34:18 -04:00
Felix Ableitner
cf214ff583
Move jwt secret from config to database ( fixes #1728 )
2021-09-27 11:25:09 +02:00
Dessalines
f3af561404
Add pictrs to ansible.
2021-09-07 20:11:36 -04:00
Dessalines
81c21a5328
Upping ansible version
2021-09-06 11:29:04 -04:00
Dessalines
52e6dcc51c
Upping ansible version
2021-09-04 09:50:14 -04:00
Dessalines
df997dff49
Version 0.12.0
2021-09-03 09:23:50 -04:00
Dessalines
6af75492a9
Swap out iframely ( #1706 )
...
* Replace Iframely. Fixes #1681
* Add post_link_tags to nginx
* Adding post_link_tags route
* Cleaning up post_link_tags
* Changing PostLink to SiteMetadata, adding it to the API.
* Fixing issue when local has no openssl certs.
* Fixing an issue with pictrs errors
* Revert "Fixing issue when local has no openssl certs."
This reverts commit dbf7d1b1ee03846e5ef7b7156e618424f1150e1d.
* Add ca-certs to dockerfile for volume mount.
* Cleaning up fetch_pictrs request
* Changing to fetch_site_data
2021-08-19 14:12:49 +00:00
Dessalines
15a11c13a2
Updating ansible version.
2021-07-30 16:55:04 -04:00
Felix Ableitner
c1db86925f
Merge apub, apub_receive crates ( fixes #1621 )
2021-07-17 18:20:44 +02:00
Aaron DeVore
79ee271a5e
LemmyNet/lemmy#1635: Fix IPv6 port setup for Nginx ( #1636 )
2021-06-17 17:36:00 +00:00
Dessalines
3022c00a0b
Version 0.11.2
2021-06-14 18:14:29 -04:00
Dessalines
1cdc5d662c
Fix --cert-name for certbot. ( #1631 )
2021-06-13 18:28:32 +00:00
Dessalines
12d50e42b4
Change join.lemmy.ml to join-lemmy.org ( #1628 )
2021-06-07 21:10:47 +00:00
Dessalines
7fb4508fa1
Upgrade pictrs. Fixes #1599 ( #1600 )
2021-05-28 15:51:09 +00:00
Dessalines
100a56e8ef
Version 0.11.1
2021-05-17 19:15:51 -04:00
Dessalines
c1cbcdc253
Version 0.11.0
2021-04-27 10:35:54 -04:00
Felix Ableitner
78eee7dc9e
Improved logging
2021-04-21 14:45:10 +02:00
Dessalines
831ab76152
Version 0.10.3
2021-04-07 14:23:09 -04:00
Dessalines
89b96511bf
Version 0.10.2
2021-04-05 13:21:08 -04:00
Dessalines
458767e3a8
Version 0.10.1
2021-04-05 10:29:14 -04:00
Dessalines
ebb980eaaf
Fix ansible deploy template. ( #1544 )
...
* Fix ansible deploy template.
* Add ansible comment.
* Changing tls to true
* Fixing comment line.
2021-04-05 14:20:40 +00:00
Dessalines
ba517249e8
Version 0.10.0
2021-04-05 08:53:28 -04:00
Dessalines
4b92e35edc
Reverting docker versions until deploy.sh fix.
2021-03-20 11:55:11 -04:00
Dessalines
f55ef1d7ef
Version 0.10.0-rc.7
2021-03-19 11:46:46 -04:00
Dessalines
8d9fab0389
Merge branch 'main' into split_user_table
2021-03-18 16:30:29 -04:00
dessalines
db4fe8031c
Merge pull request 'Insert announced activities into DB for fetching ( fixes #1494 )' ( #187 ) from insert-local-announce into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/187
2021-03-16 13:47:32 +00:00
Dessalines
b9f483bc27
Version 0.10.0-rc.5
2021-03-15 14:50:50 -04:00
Nutomic
72b5e0cab5
Merge pull request #1491 from LemmyNet/upgrade_pictrs_3
...
Upgrading pictrs.
2021-03-15 12:14:31 +00:00
Dessalines
0a7271a185
Upgrading pictrs.
2021-03-12 10:13:20 -05:00
nutomic
fc74bfeb23
Add memory limit for pictrs
2021-03-10 18:38:00 +00:00
Patrick Mulligan
a650312858
revert Compose file version from 3.3 to 2.2
2021-03-08 09:23:50 -06:00
Dessalines
ff2c71a74a
Adding more mem limits
2021-03-04 22:41:08 -05:00
Dessalines
462c4a2954
Rewrite settings implementation. Fixes #1270 ( #1433 )
...
* A first attempt at using deser-hjson. Fixes #1270
* Trying to fix tests, try 1
* Trying to fix tests, try 2
* A few fixes to deser_hjson
- Removing unwrap_or_defaults, using impl functions.
- Reorganized settings
* Make clippy happy
* hjson list strings must be quoted.
* Adding support for env vars.
* Moving to structs and defaults file.
* Moving settings default and struct.
2021-03-01 17:24:11 +00:00
Felix Ableitner
813fcabe13
Fix lemmy_dev ansible playbook
2021-02-23 19:35:09 +01:00
Dessalines
c81435c994
Version 0.9.9
2021-02-19 13:10:04 -05:00
Dessalines
a806493bc2
Version 0.9.8
2021-02-19 11:38:24 -05:00
Dessalines
5656db3e3d
Version 0.9.7
2021-02-08 15:17:56 -05:00
Dessalines
f198f281cf
Version 0.9.6
2021-02-05 13:01:29 -05:00
Dessalines
d5d99fa3b9
Moving docs to join.lemmy.ml . Fixes #1396 ( #1410 )
...
* Moving docs to join.lemmy.ml . Fixes #1396
* Removing submodule fetch from drone.
2021-02-05 12:30:49 +00:00
Dessalines
8a7e50381f
Version 0.9.5
2021-02-04 22:48:21 -05:00
Dessalines
9415bec557
Version 0.9.4
2021-02-02 15:29:38 -05:00
Dessalines
3a05817b41
Version 0.9.3
2021-01-29 14:25:20 -05:00
Dessalines
2322534648
Version 0.9.2
2021-01-29 13:49:43 -05:00
Dessalines
e6a16f08a3
Version 0.9.1
2021-01-29 11:43:16 -05:00
Dessalines
1addbe361a
Version 0.9.0
2021-01-24 22:43:52 -05:00