summaryrefslogtreecommitdiffstats
path: root/docker/dev
AgeCommit message (Collapse)Author
2020-01-01Only do arm build on major deploy. Fixes #393Dessalines
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.
2019-12-27Fix review commentsFelix Ableitner
2019-12-27update documentation, docker and ansible filesFelix Ableitner
2019-12-06Upping rate limit for register and community creation to 3/hour.Dessalines
- Fixes #353
2019-12-01Removing git checkout master from dev deploy.Dessalines
2019-12-01Some RSS work.Dessalines
- Display rss buttons on front end for user, /c/all, and community pages. Fixes #348. - Some clean up and additions to RSS feeds.
2019-11-23basic, working rss feedsFelix Ableitner
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-22Increasing post creation rate limit default.Dessalines
2019-11-22Fixing deploy script.Dessalines
2019-11-21Adding vaporwave dark theme.Dessalines
- Fixes #345
2019-11-21Adding restart=always to other docker services.Dessalines
2019-11-16change version numbering commandFelix Ableitner
2019-11-16got it workingFelix Ableitner
2019-11-02Add platform-agnostic dockerfile (#327)iav
2019-11-01Changing back to shtripok pictshare.Dessalines
2019-11-01Merge branch 'master' into emailDessalines
2019-11-01Password reset mostly working.Dessalines
2019-11-01Changing aarch64 to use cargo --releaseDessalines
2019-10-31Changing back pictshare.Dessalines
2019-10-31Changing pictshare to use multi-arch from @iavDessalines
- Fixes #324
2019-10-31Fixing rest of deploy.Dessalines
2019-10-25add cross-building for armIgor Velkov
2019-10-16Only bind to local ports in docker-compose.ymlFelix Ableitner
2019-10-15Adding tag to deploy.Dessalines
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
- Fixes #290
2019-09-19Adding restart always to docker.Dessalines
2019-09-08Removing unecessary script.Dessalines
2019-09-07Allow Image uploads through docker pictshare.Dessalines
- Fixes #210
2019-09-04Adding become to ansible from command line instead.Dessalines
2019-09-02Some fixes for ansible.Dessalines
- Also updating the nginx template - Updating deploy.sh
2019-08-28Removing latest from dockerfile.Dessalines
2019-08-25Adding a deploy script.Dessalines
2019-08-25Upping version.Dessalines
2019-08-21Some README updates.Dessalines
2019-08-21Updating docker-compose to version 3Dessalines
- Removing health checks. - #227
2019-08-20Some fixes for the docker build.Dessalines
- 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.
2019-08-15Reorganizing docker compose files.Dessalines
- Fixes #197