Compare commits

...

11 commits

Author SHA1 Message Date
Simon Vieille 10091ab86b
update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-08-16 10:41:37 +02:00
Simon Vieille 5958c7d6a5
update ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-08-16 10:10:51 +02:00
Simon Vieille 173c1e51ef Merge branch 'main' into gitnet-3.x
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed
2022-08-15 22:03:46 +02:00
Simon Vieille cccd782213
update html page
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-08-04 20:12:47 +02:00
Simon Vieille c5bc6d3e54
update html page
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-07-31 17:49:43 +02:00
Simon Vieille a41cbf4ea9
fix html
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-07-31 14:27:04 +02:00
Simon Vieille c56425950e
update html page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-07-31 14:04:29 +02:00
Simon Vieille b29953620b
update html page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-07-31 13:42:16 +02:00
Simon Vieille e07e4c8591
update ci
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
2022-07-25 18:00:25 +02:00
Simon Vieille 0db8c4547a
update ci 2022-07-25 17:58:42 +02:00
Simon Vieille 6d65513a1c
customize html 2022-07-22 22:02:43 +02:00
2 changed files with 49 additions and 24 deletions

View file

@ -1,4 +1,4 @@
branches: main
branches: gitnet-*
pipeline:
# use vendor to cache dependencies
@ -66,7 +66,7 @@ pipeline:
release:
image: plugins/gitea-release
settings:
base_url: https://codeberg.org
base_url: https://gitnet.fr
file_exists: overwrite
files: build/codeberg-pages-server
api_key:
@ -82,9 +82,9 @@ pipeline:
docker-next:
image: plugins/kaniko
settings:
registry: codeberg.org
registry: gitnet.fr
dockerfile: Dockerfile
repo: codeberg.org/codeberg/pages-server
repo: gitnet.fr/deblan/pages-server
tags: next
username:
from_secret: bot_user
@ -96,9 +96,9 @@ pipeline:
docker-tag:
image: plugins/kaniko
settings:
registry: codeberg.org
registry: gitnet.fr
dockerfile: Dockerfile
repo: codeberg.org/codeberg/pages-server
repo: gitnet.fr/deblan/pages-server
tag: [ latest, "${CI_COMMIT_TAG}" ]
username:
from_secret: bot_user

View file

@ -5,33 +5,58 @@
<meta name="viewport" content="width=device-width">
<title>%status</title>
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
<link href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" rel="stylesheet" />
<link href="https://fonts.codeberg.org/dist/fontawesome5/css/all.min.css" rel="stylesheet" />
<style>
body {
margin: 0; padding: 1rem; box-sizing: border-box;
width: 100%; min-height: 100vh;
margin: 0;
padding: 1rem;
box-sizing: border-box;
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: Verdana;
background: #374564;
color: #fff;
}
.img-404 {
width: 100%;
max-width: 300px;
}
a {
color: #2185d0;
}
p {
text-align: center;
font-size: 1.4rem;
}
footer {
text-align: center;
border-top: 1px solid #212a3d;
width: 100%;
padding-top: 20px;
}
</style>
</head>
<body>
<i class="fa fa-search text-primary" style="font-size: 96px;"></i>
<h1 class="mb-0 text-primary">
Page not found!
</h1>
<h5 class="text-center" style="max-width: 25em;">
Sorry, but this page couldn't be found or is inaccessible (%status).<br/>
We hope this isn't a problem on our end ;) - Make sure to check the <a href="https://docs.codeberg.org/codeberg-pages/troubleshooting/" target="_blank">troubleshooting section in the Docs</a>!
</h5>
<small class="text-muted">
<img src="https://design.codeberg.org/logo-kit/icon.svg" class="align-top">
Static pages made easy - <a href="https://codeberg.page">Codeberg Pages</a>
</small>
<img src="https://gitnet.gitnet.page/assets/img/404.svg" class="img-404">
<h1>%status</h1>
<p>
<em>We hope this is not our fault…</em> 🤪
<br><br>
Make sure to check the <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-Troubleshooting" target="_blank">troubleshooting section in the Docs</a>!
</p>
<footer>
<img src="https://gitnet.gitnet.page/assets/img/logo.svg" class="img-logo">
<br>
Static pages made easy - <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-How-to">Gitnet Pages</a>
</footer>
</body>
</html>