No description
Find a file
Dessalines e6e046eed3
Adding redoc / tsoa generated API docs. (#451)
* Adding redoc / tsoa generated API docs.

* Adding other submodules.

* Adding multiple versions os API docs at /api/next, and /api/latest .

- Fixes #452

* Fixing prettier check.

* Fixing eslint.

* Use main and v0.19 instead of latest and next.

* Updating lemmy-docs to show not available.

* Remove TODOs.

* Switching from tsoa_1 branch to main of lemmy-js-client.
2025-01-28 11:04:57 +01:00
.github Adding codeowners. (#310) 2024-04-08 13:15:44 +02:00
.husky Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
joinlemmy-translations@78d242413b Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
lemmy-docs@abb0f7d09f Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
lemmy-js-client-main@4a24cb1f62 Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
lemmy-js-client-v0.19@81dc69449f Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
lemmy-stats-crawler@e2e70155f3 Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
lemmy-translations@30a97d394b Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
src Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
.prettierignore Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
crawl.mjs Exclude instances with more than 30% of active users (#359) 2024-09-11 15:29:35 +02:00
deploy.sh Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
Dockerfile Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
eslint.config.mjs Adding redoc / tsoa generated API docs. (#451) 2025-01-28 11:04:57 +01:00
generate_rss_feed.mjs Generate RSS feed from markdown news (#282) 2023-12-18 17:24:33 -05:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
package.json chore(deps): update pnpm to v9.15.0 [security] (#447) 2024-12-13 03:56:17 -05:00
pnpm-lock.yaml Upgrading deps. (#444) 2024-11-18 15:50:16 -05:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
recommended-instances.json Exclude instances with more than 30% of active users (#359) 2024-09-11 15:29:35 +02:00
renovate.json Renovate should only apply security updates (#437) 2024-10-30 09:33:55 -04:00
tailwind.config.js Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
tsconfig.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
update_donations.mjs Fixing donation package. (#302) 2024-03-05 11:14:59 +01:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00

JoinLemmy-site

Requirements

  • Docker

Running

docker build . -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site

and goto http://localhost:3000