Commit Graph

47 Commits (d7285d8c25c9a88c33519ec12f3c730d6b45fcf5)

Author SHA1 Message Date
Dessalines f8e9578ff8 Fix aarch64 dockerfile. 2020-01-17 13:28:29 -05:00
Dessalines 48e221d06c Adding an env deploy. Fixes #410 2020-01-14 17:14:02 -05:00
Dessalines dab6695ae2 Merge branch 'actix-2.0' into dev 2020-01-11 19:19:38 -05:00
Dessalines a08d743747 Upping rust-musl to 1.40.0 2020-01-11 19:07:44 -05:00
Dessalines 6d89f6f955 Adding ssh docker commands to dev deploy. 2020-01-07 12:53:32 -05:00
Dessalines ec146a0dea Fixing deploy and version for clippy. 2020-01-02 10:34:40 -05:00
Dessalines 04da8146ba Merge branch 'mdbook' of https://yerbamate.dev/Nutomic/lemmy into Nutomic-mdbook 2020-01-01 16:42:38 -05:00
Felix Ableitner 4b6bba0e7b Include docs in docker image 2020-01-01 18:14:09 +01:00
Dessalines a95704d5fc Only do arm build on major deploy. Fixes #393 2020-01-01 11:39:23 -05:00
Dessalines 6248392992 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.
2019-12-28 16:11:03 -05:00
Felix Ableitner 10da3f2554 Fix review comments 2019-12-27 17:30:46 +01:00
Felix Ableitner f7333705dc update documentation, docker and ansible files 2019-12-27 17:28:46 +01:00
Dessalines 56e337b23c Upping rate limit for register and community creation to 3/hour.
- Fixes #353
2019-12-06 20:57:48 -08:00
Dessalines 61590ab837 Removing git checkout master from dev deploy. 2019-12-01 22:24:43 -08:00
Dessalines c2303db1aa Some RSS work.
- Display rss buttons on front end for user, /c/all, and community
pages. Fixes #348.
- Some clean up and additions to RSS feeds.
2019-12-01 17:23:52 -08:00
Felix Ableitner 45df3425d1 basic, working rss feeds 2019-11-23 23:24:50 +01:00
Felix Ableitner 8029981a05 Implement RSS feeds (fixes #118) 2019-11-23 23:24:10 +01:00
Dessalines e5f059b505 Increasing post creation rate limit default. 2019-11-22 16:26:08 -08:00
Dessalines 23cb35b6e6 Fixing deploy script. 2019-11-22 16:17:20 -08:00
Dessalines 750a381ea7 Adding vaporwave dark theme.
- Fixes #345
2019-11-21 17:45:21 -08:00
Dessalines 3aa24ff5f2 Adding restart=always to other docker services. 2019-11-21 11:29:59 -08:00
Felix Ableitner 7c052f5334 change version numbering command 2019-11-16 01:32:21 +01:00
Felix Ableitner 45671b555e got it working 2019-11-16 01:31:41 +01:00
iav b5d9e32e27 Add platform-agnostic dockerfile (#327) 2019-11-02 18:05:55 -07:00
Dessalines 42dccd60ce Changing back to shtripok pictshare. 2019-11-01 23:45:43 -07:00
Dessalines 1fab462c71 Merge branch 'master' into email 2019-11-01 23:43:35 -07:00
Dessalines b89d6305ba Password reset mostly working. 2019-11-01 23:41:57 -07:00
Dessalines 2535116f91 Changing aarch64 to use cargo --release 2019-11-01 11:19:59 -07:00
Dessalines 095795c502 Changing back pictshare. 2019-10-31 21:06:13 -07:00
Dessalines c8f4351000 Changing pictshare to use multi-arch from @iav
- Fixes #324
2019-10-31 20:07:26 -07:00
Dessalines 502f63c4d4 Fixing rest of deploy. 2019-10-31 20:03:43 -07:00
Igor Velkov e9548ffed3 add cross-building for arm 2019-10-25 02:59:08 +00:00
Felix Ableitner 34932de39b Only bind to local ports in docker-compose.yml 2019-10-16 11:01:47 +02:00
Dessalines 024b902c21 Adding tag to deploy. 2019-10-15 16:50:00 -07:00
Dessalines b6046f707e Externalizing rate limits. Upgrading to Rust 1.38
- Fixes #290
2019-10-13 12:06:18 -07:00
Dessalines 4ac00fea8a Adding restart always to docker. 2019-09-19 18:01:43 -07:00
Dessalines 4672e9b783 Removing unecessary script. 2019-09-08 09:21:52 -07:00
Dessalines de80db1b96 Allow Image uploads through docker pictshare.
- Fixes #210
2019-09-07 20:42:01 -07:00
Dessalines 07af1ff693 Adding become to ansible from command line instead. 2019-09-04 12:54:23 -07:00
Dessalines 44f01669a2 Some fixes for ansible.
- Also updating the nginx template
- Updating deploy.sh
2019-09-02 10:37:30 -07:00
Dessalines 37c0f751d0 Removing latest from dockerfile. 2019-08-28 19:26:42 -07:00
Dessalines 91876453b8 Adding a deploy script. 2019-08-25 10:59:12 -07:00
Dessalines e0c7432b0b Upping version. 2019-08-25 10:57:05 -07:00
Dessalines 973538bcda Some README updates. 2019-08-21 21:09:46 -07:00
Dessalines 283d8cd692 Updating docker-compose to version 3
- Removing health checks.
- #227
2019-08-21 15:29:35 -07:00
Dessalines 6fe4b9eb37 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.
2019-08-20 16:20:46 -07:00
Dessalines fc6bd5ad83 Reorganizing docker compose files.
- Fixes #197
2019-08-15 18:05:49 -07:00