Commit graph

247 commits

Author SHA1 Message Date
Dessalines
46e7d377c5
Adding documentation for scaled rank. (#267) 2023-09-07 15:29:39 +02:00
Schmork
139e64170c
Update 03-votes-and-ranking.md: Clarified wording (#269)
Problem: There was only an implicit hint that "New Comments" also sorts posts with zero comments to the top.

Solution: Make that behaviour description explicit.
2023-09-07 09:17:18 -04:00
Cody Robertson
097cc39a7e
Add proxy_params to list of files to download for docker-compose (#268)
- Added in https://github.com/LemmyNet/lemmy-ansible/pull/161
2023-09-06 15:36:41 -04:00
869fb47c89
Add another unofficial api doc (#266)
* Add another unofficial api doc

* fmt
2023-09-06 08:54:19 -04:00
63baa2cbac
Add link to unofficial api docs at lemmy.readme.io (#265) 2023-09-04 15:34:10 -04:00
0WN463
f0f76d4dbd
Fix linking to wrong page for 'lemmy-js-client' on contributers/01-overview.md (#263)
Co-authored-by: 0WN463 <>
2023-08-07 16:55:47 -04:00
Santiago sacuna
379c208ea7
Restore update-includes.sh script in CI (#259)
* Restore update-includes.sh script in CI

It was removed in 0dc13b4ea1 and since
then the CI build throws a bunch of errors but still exits with status
code 0.

* Add missing dependencies for update-includes.sh script

---------

Co-authored-by: ziflit <ziflit@no-reply.github.com>
2023-07-26 13:06:00 +02:00
Santiago sacuna
b83e257ab4
Fix libraries link in API documentation (#258)
The content in the README was apparently moved in
050216eed9

Co-authored-by: ziflit <ziflit@no-reply.github.com>
2023-07-26 12:56:32 +02:00
usr3
de13ed6fc9
Updated link to latest Ubuntu (#257)
This commit updates the TLS guide from Ubuntu 20.04 to 22.04 (latest LTS).
2023-07-26 12:55:03 +02:00
Joseph Hunkeler
b6a58b81bb
Fix port forwarding (#252)
* Remove strict transport transport security
* Hidden service forwards 10080 to 80
* Compose forwards proxy:10080 to 127.0.0.1:10080
2023-07-19 13:17:00 +02:00
RocketDerp
d254233345
From scratch updates2023 06 30 (#241)
* reference Ubuntu 22.04, Lemmy 0.18.0, move RUST_LOG to correct service

* Build lemmy_server from github checkout

* fix sudo to be consistent with earlier example, update versions to 0.18.2

* use sudo more where needed, discuss non-privileged account for rustup and cargo compile, upgrade for lemmy_server uses git

* fix typo 'normal', be more explicit about how to upgrade already-running lemmy_server binary

* mistaken "NOTE:" left in, removed

* upgrade lemmy_server refinement

* prettier
2023-07-19 13:05:35 +02:00
Sander Saarend
ea8b4a1a9b
Add notes about horizontal scaling (#249)
* Add notes about horizontal scaling

* Implement PR feedback

* Remove a bunch of newlines
2023-07-17 11:46:16 -04:00
Nico D'Cotta
ad942efdf2
Add page for Nomad deplpoyments (#247)
* Add page for Nomad deplpoyments

* Satisfy linter

* use other methods page instead
2023-07-17 11:44:20 -04:00
Jason Grim
c822475685
Updated Lemmy Matrix Support link (#248) 2023-07-13 12:32:40 +02:00
Vasilis Mavromatis
3d39f9421b
fix typo (#245)
* fixtypo

* Fix line 8
2023-07-10 15:30:50 +02:00
Andrew Fields
8ee8f3ef60
Prometheus documentation (#244) 2023-07-05 13:25:27 +02:00
Shadow
825985e59c
Update backup_and_restore.md (#242) 2023-07-03 10:46:24 +02:00
TheSaneWriter
892abc1ef5
Update 02-local-development.md (#232)
* Update 02-local-development.md

When pull request #1517 was merged to lemmy-ui, which I have a link to [here](d0dff77377), the dev command to run the local frontend was changed from `yarn start` to `yarn build:dev --watch`. This updates the documents to reflect that.

* Update 02-local-development.md

This is a better shorthand for the command, it does the same thing but is shorter.
2023-06-26 13:26:13 +02:00
Daniel Collins
f436982690
Add nginx default config to the list of default config files to download in the docker install instructions (#236) 2023-06-26 13:25:45 +02:00
Pascal de Vink
ffbecd5b25
Replace brew prefix with dynamic lookup (#234)
Homebrew changed their default installation location, so using /usr/local might not work out-of-the-box for everyone, and will not work for more and more people going forward.
2023-06-26 13:24:53 +02:00
Dessalines
14eef8c998
Updating docker install docs. (#231)
* Updating docker install docs.

* Reorganizing.
2023-06-23 07:57:43 -04:00
mtekman
17588effe9
Update from_scratch.md (LEMMY_UI variables, and added note about failing postgresql config) (#221)
* Update from_scratch.md

Updated out of date LEMMY_UI environment variables, and added caution with failing postgresql configuration

* Feedback from @Nutomic and @RocketDerp

* ran through prettier

* resolve merge conflict

* Added note about pict-rs being standalone and embeddable
2023-06-22 11:30:06 +02:00
Michał
915d7d898b
document LEMMY_SMTP_PASSWORD (#224)
* document LEMMY_SMTP_PASSWORD

* chore: format code
2023-06-21 13:13:54 -04:00
zawnk
126d8032b0
Update line in link to docker-compose (#225)
Updated the link to the docker-compose file and its line to refer to the actual line with the pictrs version in it.
2023-06-21 13:54:04 +02:00
0dc13b4ea1
Remove translations (#223)
* Remove translations

* fix typos path

* fix wget

* fix wget

* fix mdbook download link

* ls

* la -la

* need musl
2023-06-21 12:51:08 +02:00
Andrew Fields
749e08b19f
Correct package names for Arch local development (#222) 2023-06-20 15:23:19 +02:00
Austin Walter
b04dcb83a4
Making a small contributor documentation correction for running api tests (#216) 2023-06-20 15:22:52 +02:00
Joseph Hunkeler
1eb773a611
Add tor_hidden_service.md (#190)
* Add tor_hidden_service.md

* Prettied.

* Add description of tor and hidden services

* Add link: "Running a Tor Hidden Service"

* Add "Running a Tor Hidden Service" to SUMMARY.md

* Fix typos

* Add newlines to commands for clarity

* Remove new line from code block

* Remove sudo from mkdir call

* Add missing limit_req_zone for the hidden service
2023-06-20 15:21:43 +02:00
TheSaneWriter
3ef966df4b
Update 02-local-development.md (#215)
I have added some debugging notes that might save some time for an Arch user setting up Postgres. Specifically, sometimes pacman sets up the database cluster incorrectly and some extra bash commands need to be issued before systemctl can start the service.
2023-06-20 15:09:19 +02:00
Martey Dodoo
f5c8c9045e
Fix typo in Aaron Swartz's name (#218) 2023-06-20 15:05:36 +02:00
Sander Saarend
e0e50b6e03
Add new requirements for an instance being included on join-lemmy.org (#204) 2023-06-14 23:24:38 +02:00
z01L
d0ec1a8d2b
Fix http_accept header in nginx.conf for docker install (#209) 2023-06-14 12:32:16 +02:00
Thomas Ryan
a9a90568f1
Removed outdated line from configuration.md (#208)
Co-authored-by: Thomas Ryan <thomryan@cisco.com>
2023-06-13 23:45:59 +02:00
Jason Watkins
1e64261990
Link to docker-compose.yml and lemmy.hjson on main (#206) 2023-06-13 12:26:30 +02:00
Raymond Berger
f5af7828ac
add ranking algo docs (#199)
* add ranking algo docs

* add ranking algo page to summary

* add rank_algorithm.png

* move img up a level

* move docs to contributors and add img

* move rank algo image

* move rank algo to top level

* link to document from voting page

* add file

* fix summary

* ../

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-12 15:11:12 +02:00
Sander Saarend
700597871d
Add caveats regarding pict-rs and ssl connections to database (#203)
* Add note about pict-rs

* Add note about SSL connections to databases
2023-06-12 12:48:33 +02:00
Dessalines
fbc29da8b3
Forgot to add a chown command for docker restore. (#192)
* Forgot to add a chown command for docker restore.

* Add depending on system.
2023-06-08 22:30:20 +02:00
Raymond Berger
cfbd68c500
add github repository url to config (#198) 2023-06-08 12:01:40 -04:00
Raymond Berger
6b1cd8f931
remove broken link (#194) 2023-06-08 10:54:11 -04:00
Raymond Berger
f7d7038ada
check for typos in ci (#196)
* check for typos in ci

* add typo "teh" to see if ci fails

* fail fast by checking typos first

* update rust version to 1.70

* rustup update

* check rust version

* try with buster instead of slim

* try with typos cli specific image

* don't check rust version

* try using older version of typos

* try with debian bookwork

* try downloading binary

* fix typo

* wget

* remove typo
2023-06-08 16:47:14 +02:00
Raymond Berger
350eb03ce1
fix link to lemmy docs (#197) 2023-06-08 10:19:30 -04:00
Raymond Berger
a4c41df413
fix broken link to votes (#193) 2023-06-08 16:00:20 +02:00
Raymond Berger
69c68b34f3
fix many small typos (#191) 2023-06-08 14:30:08 +02:00
TriLinder
189d8638d9
Fix wrong article (an Facebook) (#188) 2023-06-07 15:05:02 -04:00
vagkalosynakis
6ef61ec596
Documentation typo fixes. (#189)
* fixed typos in 01

* fixed typos in 02

* fixed typos in 03

* fixed typos in 04

* fixed typos in 05

* fixed typos in 07
2023-06-07 14:33:49 -04:00
Justin Gauthier
4249465e99
Update to fix nginx proxy config (#186)
Co-authored-by: Jax Gauthier <jax@gauthier.id>
2023-06-05 12:14:55 +02:00
9a99880e96
Mention API libraries (#185) 2023-06-02 10:26:56 -04:00
33ee23d7df
Fix ban site text (fixes #182) (#184)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-02 08:44:21 -04:00
98eb003eb8
Rewrite contributing section (#183) 2023-06-02 08:43:31 -04:00
Dessalines
ef6ce5d945
Use archive.is for broken link. (#180) 2023-06-01 16:34:51 -04:00