Commit Graph

23 Commits

Author SHA1 Message Date
0337ca1723 Build release -vs- local sources
This commit closes #5

./docker/build.sh                    # build local sources
./docker/build.sh -r 0.1.0 -p  # build known release
2024-08-25 17:47:32 +02:00
7d96d7a52a global repo/module name
This commit closes #4
2024-08-25 16:13:36 +02:00
b0629205c1 Update README
This commit closes #2

- Add list of similar projects
- Build locally
- Docker builder container
2024-08-22 23:00:06 +02:00
beaf379300 Incorrect MIME type for *.js files
This commit closes #3

Caddy server relies on Alpine's file type MIME discovery,
which as of Alpine v3.20 is broken:

$ file --mime-type -b simple.js
> text/plain
2024-08-22 21:05:46 +02:00
a33e3e1fb9 Update README.md 2024-08-18 16:37:15 +02:00
ab64efe5dd Update README.md 2024-08-18 16:35:17 +02:00
b4d77a8ff6 Intial release 0.0.1 2024-06-23 13:55:53 +02:00
Wim
48923386b3
Clarify README about token 2023-07-30 22:27:18 +02:00
Wim
a43475f81c
Release v0.0.4 2023-04-14 23:50:25 +02:00
Wim
258a4763cf
Update dependencies 2023-04-14 23:49:28 +02:00
Wim
136c600e25
Add note about markdown 2022-11-02 19:04:51 +01:00
Wim
c5a4da5572
Release v0.0.3 2022-11-02 19:00:51 +01:00
Wim
cf44709b69
Update README.md 2022-11-02 18:59:54 +01:00
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
e46079d2b1
Add README.md and Dockerfile 2022-11-02 01:08:01 +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
9ed3fcd793
Return 404 always on error 2022-11-01 21:21:46 +01:00
Wim
4511c4c017
Initial commit 2022-10-30 22:46:54 +01:00
Wim
e6e5634d44
Initial commit 2022-10-30 13:07:19 +01:00