Compare commits

...

5 commits

Author SHA1 Message Date
2d90360d63 cicd: pull to use cache
All checks were successful
ci / docker (push) Successful in 3m45s
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-13 01:37:15 +02:00
5b3c651446 Add link to my website :D
Some checks failed
ci / docker (push) Has been cancelled
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-13 01:34:52 +02:00
09170b972b add "made with love in CH & FR"
All checks were successful
ci / docker (push) Successful in 4m24s
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-13 01:25:32 +02:00
f781a392de Merge branch 'cicd'
Some checks failed
ci / docker (push) Has been cancelled
2024-10-13 01:24:02 +02:00
a5b97b67a8 add source code
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-09 23:32:13 +02:00
2 changed files with 6 additions and 3 deletions

View file

@ -22,6 +22,7 @@ jobs:
registry: forge.k3s.fr
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
pull: true
- name: Build and push
uses: docker/build-push-action@v5
with:

View file

@ -94,12 +94,14 @@
<p>The digital elevation data comes from ESA's Copernicus program.</p>
<h3>Rate limits</h3>
<p>Don't be an idiot. Less than 10/s is okay</p>
<h3>Source code</h3>
<p><a href="https://forge.k3s.fr/elevation-api-eu/api-server">https://forge.k3s.fr/elevation-api-eu/api-server</a></p>
<h3>Contact</h3>
<p>For more information, you can reach me at f@vi-di.fr</p>
<p>For more information, you can reach me at f@vi-di.fr. Patches welcome!</p>
</section>
<footer>
<p>© 2024 Frank Villaro-Dixon. No rights reserved</p>
<p>© 2024 <a href="https://frank.villaro-dixon.eu">Frank Villaro-Dixon</a>. No rights reserved. Made with love in 🇨🇭 and 🇫🇷</p>
</footer>
</body>
</html>
</html>