Commit graph

101 commits

Author SHA1 Message Date
Dessalines
ef6ce5d945
Use archive.is for broken link. (#180) 2023-06-01 16:34:51 -04:00
Dessalines
c2e0f504f6
Adding better DB restore commands. (#178) 2023-05-31 11:59:34 +02:00
Dessalines
fce0210cdf
Fixing CI missing links. (#177)
* Fixing CI missing links.

* Organizing resources.
2023-05-13 21:56:44 +02:00
Andrew Miller
17218d5eff
Document Host header proxy gotcha (#176)
This is a confusing thing for people setting up a new server exposed through another layer of proxy, so documenting it explicitly will hopefully help save people some time.
2023-05-11 20:52:57 -04:00
14bbf215f6
Change name of admins section back to administration (#175)
* Change name of admins section back to administration

To avoid breaking existing links

* fix links
2023-04-27 22:43:12 +02:00
24b2c36695
Rewrite user section and change chapter organization (#172)
* Rewrite user section and change chapter organization

* minor changes

* formatting

* run dead link check last
2023-04-25 09:23:11 -04:00
97f6a8552e
Fix dead links, add CI check (#170)
* Fix dead links, add CI check

* toolchain
2023-04-21 10:40:14 -04:00
Dessalines
d17fac8083
Fixing docker install. Fixes #163 (#164)
* Fixing docker install. Fixes #163

* Add letsencrypt guide.

---------

Co-authored-by: Nutomic <me@nutomic.com>
2023-04-15 09:23:15 -04:00
Dessalines
a0f06f31c4
Fixing federation docs, running markdown format. (#161) 2023-03-03 08:35:56 -05:00
Dessalines
df93527044
Fixing v0.17 install instructions. (#159) 2023-03-01 21:13:52 +01:00
Helge
738511f194
remove_data -> removeData (#158) 2023-02-21 03:58:06 +01:00
330949c32f
Update from scratch instructions to use embedded pictrs (#157) 2023-01-26 09:14:33 -05:00
Dessalines
cf44e1671a
Adding a compressed / gzip version for backup and restore. (#156) 2023-01-20 03:28:36 +01:00
d0bb28012c
Point out that Github should not be used for support (#155) 2023-01-03 03:32:25 -05:00
Marty
27a1109bed
adding caddy configuration example (#154) 2022-12-27 15:15:00 +00:00
Dessalines
f9eccc0b88
Fix the wrong docker-compose and lemmy.hjson (#149) 2022-11-21 10:24:03 +00:00
1f600af4c2
Fix path of lemmy.hjson download
Fixes https://github.com/LemmyNet/lemmy/issues/2552
2022-11-11 14:49:02 +00:00
Dessalines
215df3f322
Add lemmy-ui config link. (#145) 2022-08-04 18:18:32 +00:00
Dessalines
76b397aac7
Removing version from API calls. (#139)
* Removing version from API calls.

* Adding a link to the current API version.
2022-06-13 18:55:51 +00:00
28219623e7
Add documentation for Rust API (#144) 2022-06-08 11:25:50 -04:00
8b9c725eb1
Fix apub field name (#141) 2022-05-30 18:21:36 -04:00
72e6873bb1
Fix includes in lemmy protocol document (#143) 2022-05-30 18:21:20 -04:00
Dessalines
70e433a9f9
Fix missing moderation guide. #114 (#137) 2022-05-13 14:40:52 +02:00
I. Musthafa
a3867441d0
Language Change (#136) 2022-04-25 21:03:57 +00:00
bebf8f5af2
Use git clone --recursive (#131) 2022-04-07 13:56:44 +00:00
Dessalines
0e9e14cac0
Removing jwt_secret and adding federation to from_scratch instructions. (#130) 2022-03-29 15:22:45 +00:00
Dessalines
a94eac23a5
Fix theming guide location. Fixes #128 (#129) 2022-03-24 18:05:15 +00:00
9d42058975
Add yunohost installation method (#127) 2022-03-22 18:39:16 +00:00
ee7446f04f
Update docs for 0.16 (#125)
* Update docs for 0.16

* Add note about resource usage
2022-03-14 18:34:25 +00:00
2a1bd5f957
Document instance actor (#123) 2022-02-09 12:13:29 -05:00
I. Musthafa
89d0402c54
Indonesian Additional Translation (#121)
* Revert "Small Fix"

This reverts commit debdfe4dc3d147594f6ed51c91821a39ad88b9a3.

* Lemmy Docs Translate
2022-01-16 16:29:52 +00:00
Dessalines
47aaf77354
Fixing broken links. Fixes #115 (#119)
* Fixing broken links. Fixes #115

* Remove extra line.
2022-01-04 22:12:46 +00:00
Ryan Westlund
e75de1cbff
Fix broken link (#118) 2022-01-03 11:38:39 -05:00
rscmbbng
1e510bfca9
add information on --locked flag (#117) 2021-12-19 20:10:15 +00:00
Dessalines
d7c0895873
Fix docker dev port (#116) 2021-12-15 10:29:02 -05:00
retiolus
41c8985473
fixed broken links (#114) 2021-11-24 17:33:27 +00:00
retiolus
25be69e697
Update moderation.md (#108)
* Update moderation.md

* correction
2021-11-15 09:09:18 -05:00
7d24dd4b51
Rewrite lemmy_protocol.md, to embed all json examples from lemmy repo (#111)
* Rewrite lemmy_protocol.md, to embed all json examples from lemmy repo

* Upgrade Rust version for CI
2021-11-11 13:52:57 -05:00
06a3da7d42
Generate config docs from lemmy code (#102)
* Generate config docs from lemmy code

* fix mkdir error in build.sh, update lemmy submodule

* fix drone config

* init git submodule

* install git

* apt update

* -y

* dont do submodule init

* x

* w

* update gitignore

* xz

* remove submodule

* readd submodule

* step

* update rust

* deps

* use defaults.hjson from lemmy without building, also include apub examples

* use updated mdbook from upstream pr

https://github.com/rust-lang/mdBook/pull/1306#issuecomment-920429495

* Download embeds over http instead of using git submodule

* install curl

* apt update

* typo

* -y
2021-10-25 10:00:45 -04:00
Supreet Sethi
aae2800e4e
Added libgexiv2-dev which is a dependency to build pict-rs (#107) 2021-10-25 09:55:00 -04:00
retiolus
333e128795
check that everything is working properly --> email 2021-10-23 17:32:32 +00:00
retiolus
bfeeaa6121
Administration First Steps (#105)
* Create first_steps.md

* spelling correction

* link correction

* Update first_steps.md

* updated to relative links when possible

* Update first_steps.md

* mentioned that federation is disabled by default

* added administration/first_steps.md

* typos
2021-10-16 10:48:46 +00:00
retiolus
16155e31d6
Docs update (#101)
* Update guide.md

* Moved What is this? to about

* added What is this? from guide

* Update guide.md

- removed landlord comparison
- spell check
- added direct link to the !privacy@lemmy.ml community

* Correction of typos

* Add files via upload

* corrections as requested by dessalines

* corrections as requested by dessalines

* Create moderation

* Delete moderation

* added moderation guide

* added more button moderation capture

* fixed the table, had an extra column

* line break correction

* table correction

* added appoint as admin

* removed IFramely

removed IFramely as new version will no longer use  it

* clarifications
2021-10-13 09:14:37 +00:00
Dessalines
9974390a68
Updating ansible instructions. (#104) 2021-10-12 16:31:47 +00:00
9ca86abb39
Rewrite instructions for manually installation (#99)
* Rewrite instructions for manually installation

* fix pictrs upload, simplify sed commands, fix lemmy config editing
2021-09-14 17:41:43 -04:00
Dessalines
5028afed50
Remove iframely. (#98) 2021-09-13 09:54:33 +00:00
Dessalines
532b1c04ca
Fix/api docs typedoc (#94)
* Moving API docs to typedocs. Fixes #93

* Fix client dev.

* Refer to API docs multiple times

* Forgot to remove http_api.md file.

* Fix an image issue.
2021-08-23 10:51:27 -04:00
Dessalines
089ddd39d8
Add federation instructions. (#91)
* Add federation instructions.

* Fix line

* Fix another line
2021-08-04 21:11:24 +00:00
mickie
d882fdbe81
Update Spanish translation and Solve problem with invalid paths (#87)
* Add unofficial/unsupported installation methods.

* Update from_scratch.md

* Remove https: from .gitignore

* Translated client development section to ES.

* Include missing file for translation.

* Translation progress Contributing section.

* Add title.

* Translated contributing section to ES.

* Updated translation.

* Add missing file release_process.md

* Update websocket_api.md

* Add Troubleshooting section in README

* change `route` to `path`

* Translate from_scratch.md and on_aws.md. Update README

* Remove `espeak` mention from both EN and ES.
2021-07-15 13:35:11 +00:00
Dessalines
670802a905
Removing goals, adding resources. Fixes #88 (#89)
* Removing goals, adding resources. Fixes #88

* Updating title to Libraries

* Moving federation resources to contributing
2021-07-05 16:34:04 +00:00