Commit Graph

16 Commits (8ec2dcc633fbe5a236eb232f4a389a45a84a6eb8)

Author SHA1 Message Date
Dessalines bb287cbd07 Adding an admin settings page.
- Fixes #620
- Adding a UserListing component. Fixes #627
5 years ago
Dessalines 62ab68d317 Adding full logging. 5 years ago
nutomic bf1db428f6 Move volumes into subfolder (ref #474) (#23)
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>
5 years ago
Dessalines 55f91ac5dc First pass at adding oembeds / iframely. 5 years ago
Dessalines 786be3fa66 Config fixes.
- 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.
5 years ago
Felix Ableitner 1f7546789a update documentation, docker and ansible files 5 years ago
Dessalines 2bab0370fa Adding restart=always to other docker services. 5 years ago
Dessalines 222cd8325f Changing back to shtripok pictshare. 5 years ago
Dessalines 68e4b61808 Password reset mostly working. 5 years ago
Felix Ableitner 7ea4eca599 Only bind to local ports in docker-compose.yml 5 years ago
Dessalines 35dfe31a39 Externalizing rate limits. Upgrading to Rust 1.38
- Fixes #290
5 years ago
Dessalines d21e020f18 Adding restart always to docker. 5 years ago
Dessalines c39ae06bd4 Allow Image uploads through docker pictshare.
- Fixes #210
5 years ago
Dessalines bdb1c72153 Updating docker-compose to version 3
- Removing health checks.
- #227
5 years ago
Dessalines 431210025d Some fixes for the docker build.
- Messed with readme.
- They needed to be `.env`, not `env`.
- Leaving the nginx file there, but extracting it out of the main setup. Ppl might use apache, or none at all.
- Docker 3.3 doesn't work with the DB health check unfortunately, so I changed that back to 2.4.
- Changed the env in the docker folder so it doesn't need to be edited, someone could just pull this and start it up if they just wanna test it.
5 years ago
Dessalines b3e363828c Reorganizing docker compose files.
- Fixes #197
5 years ago