summaryrefslogtreecommitdiffstats
path: root/docker/lemmy.hjson
AgeCommit message (Collapse)Author
2020-06-26Fix previous comment, also fix link in docsFelix Ableitner
2020-06-24Improve config files by adding documentation and removing some fieldsFelix Ableitner
2020-05-25Remove federation option from master. (#745)Dessalines
2020-05-24Adding use_tls to lemmy.hjson for email config.Dessalines
2020-03-29Automatic instance setup based on config variables (fixes #404)Felix
2020-03-09Move volumes into subfolder (ref #474) (#23)nutomic
Change ports and container names Move volumes into subfolder (ref #474) Merge pull request #587 from StaticallyTypedRice/patch-2 Clarify that content violating this code of conduct will likely be removed. Clarify that content violating this code of conduct will likely be removed. Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct. Co-authored-by: Felix <me@nutomic.com> Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-02-06Fixing rate limit checking to only ping after a success. Fixes #516Dessalines
2020-01-17Fixing error when email already exists. Fixes #427Dessalines
2019-12-28Config fixes.Dessalines
- Adding front_end_dir to settings. - Adding unit test for PasswordResetRequest encryption. - Readme points to lemmy.hjson - Fixing docker prod, dev, and ansible builds. - Removing redundant env files, as all config is now in a single file. - Some formatting fixes.