Commit Graph

7 Commits

Author SHA1 Message Date
Wim f9a7e98702
Add support for gitea-pages-allowall repo topic tag
If a repo has been tagged with gitea-pages-allowall we don't need an
extra gitea-pages branch with a toml configuration.

This makes it easier for repos that can just expose every branch
2022-11-02 18:53:55 +01:00
Wim 1ed8d43714
Add support for branch.repo.username.hostname
If we have a domain configured eg giteapages.io then besides the normal
user.giteapages.io and org.giteapages.io we also support

repo.user.giteapages.io / repo.org.giteapages.io
branch.repo.user.giteapages.io / branch.repo.org.giteapages.io
2022-11-02 00:00:04 +01:00
Wim f99aedb6a1
Add support for a gitea-pages repo with gitea-pages branch on the root
If we don't find a repo, we search for the gitea-pages repo if this
exists, has the gitea-pages topic tag and has a gitea-pages branch we
will use this to do a file lookup.

We don't need a gitea-pages.toml config file for this repo.
2022-11-01 23:21:52 +01:00
Wim 1a9f1b8a15
Fix linting 2022-11-01 22:36:56 +01:00
Wim 3ee0dee61b
Start using gitea-sdk where possible 2022-11-01 22:36:56 +01:00
Wim 9120ac1d28
Make gitea-pages variable 2022-11-01 22:36:52 +01:00
Wim 4511c4c017
Initial commit 2022-10-30 22:46:54 +01:00