Doc Server
Go to file
Jesús Pérez b6251c9752
Some checks failed
Install / Cargo install on ubuntu-latest (push) Has been cancelled
chore: fix content
2024-10-01 21:49:43 +01:00
.gitea/workflows chore: fix workflow 2023-07-20 05:32:43 +01:00
dist_docserver_book@c025cfc251 chore: update subrepo 2024-08-14 17:04:13 +01:00
docs chore: fix content 2024-08-14 18:28:25 +01:00
images chore: add images 2024-08-14 18:17:05 +01:00
pasetoken@7fe5c87025 chore: update pasetoken 2024-09-30 16:29:41 +01:00
resources chore: add notes and values for openid_conf 2023-09-20 13:39:58 +01:00
sql chore: data table for users openid auth 2023-09-19 02:23:37 +01:00
src chore: mark dead code 2024-09-30 14:44:25 +01:00
.gitignore chore: add .idea 2023-09-14 19:44:31 +01:00
.gitmodules chore: add module pasetoken 2024-09-30 16:27:26 +01:00
about.md chore: fix content 2024-10-01 21:49:43 +01:00
Cargo.toml chore: update cargo crates 2024-09-30 14:45:06 +01:00
README.md chore: update links 2024-08-14 19:13:36 +01:00

Doc Server

Documentation Services for multiple docs content with access restricions and permissions

DocServer

Doc Server is a Web Server in Rust for static content with Control access via authorizations, fully customizable with settings.

Warning

Code here needs a fulll review and documentation

Caution

dist_docserver_book will be updated with documentation content generated via mdbook source

Features

Can use one server instance for all Documentations in contexts/use-cases with sessions, users/groups access

  • Documentation for publishing or local build with original Rust mdbook fixed for absolute links and officially reported
  • Rust web server for mdbooks created with authentication and authorizations (permissions based on roles)
  • Control access for static content like documentation (books and code) with a lot of options for settings
  • Documentations access control and info for users and groups allows separating content for development, distribution or future versions, etc.
  • Can run under one instance server, can be implemented in a local or public infrastructure with automations CD/CI