Self-host auto generated pages

Hello,

I have auto generated static HTML file (documentation) that I want to make it easy to see. Is that possible to host it on gitea directly ?

1 Like

Hi :person_raising_hand:,

as far as I know there are two possible ways you can solve it for now with Gitea and it’s ecosystem.

  1. Build your docs / static pages like with hugo, create a caddy/ nginx container with your static content and finally deploy it.
  2. Use the git pages solution like https://grebedoc.dev . You can find the source and details on codeberg: https://codeberg.org/git-pages/git-pages

I hope this helps somehow :grimacing: