4
3
Fork
You've already forked malmohackersweb
0
  • Go 83%
  • CSS 11.3%
  • HTML 3.5%
  • Makefile 2.2%
Daniel Lublin 69da93ed25
All checks were successful
Publish / publish (push) Successful in 1m20s
Add some basic css
2026年06月04日 10:37:59 +02:00
.forgejo/workflows Try something 2026年06月03日 11:48:38 +02:00
cmd/mdweb Update mdweb 2026年06月04日 09:45:35 +02:00
static Try something 2026年06月03日 11:48:38 +02:00
static-www Init 2026年06月03日 08:55:39 +02:00
vendor Keep mdweb/main.go and vendored deps, for less CI churn 2026年06月03日 14:36:10 +02:00
.editorconfig Init 2026年06月03日 08:55:39 +02:00
.gitignore Keep mdweb/main.go and vendored deps, for less CI churn 2026年06月03日 14:36:10 +02:00
go.mod Keep mdweb/main.go and vendored deps, for less CI churn 2026年06月03日 14:36:10 +02:00
go.sum Keep mdweb/main.go and vendored deps, for less CI churn 2026年06月03日 14:36:10 +02:00
index.md Add some basic css 2026年06月04日 10:37:59 +02:00
Makefile Update mdweb 2026年06月04日 09:45:35 +02:00
README.md Init 2026年06月03日 08:55:39 +02:00
style.css Add some basic css 2026年06月04日 10:37:59 +02:00
template.html Add some basic css 2026年06月04日 10:37:59 +02:00

https://malmohackers.se

Hosted on Codeberg Pages service. It uses the new method, publishing to their Pages v2 server.

Static HTML etc files for both domain apex and www subdomain are kept in this branch (main), in the static/ and static-www/ directories respectively (the latter only has a redirect).

Publishing is done automatically upon push to this branch, by a Codeberg action set up in: .forgejo/workflows/publish.yaml. This allows for custom build steps, before getting the build published. See it in action at https://codeberg.org/malmo/malmohackersweb/actions.

In authorative DNS, A and AAAA records are added to the domain apex and the www subdomain with IP addresses according to https://codeberg.page. There are also TXT records to allow the Pages server to publish for our domains, when the source is an action run for this repository.

@ A 217.197.84.141
www A 217.197.84.141
@ AAAA 2a0a:4580:103f:c0de::2
www AAAA 2a0a:4580:103f:c0de::2
_git-pages-forge-allowlist TXT "https://codeberg.org/malmo/malmohackersweb.git"
_git-pages-forge-allowlist.www TXT "https://codeberg.org/malmo/malmohackersweb.git"