Added missing files due to missklick in kate^^
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Nikurasu 2023-03-04 19:56:46 +01:00
parent 001ab09f88
commit c126987204
Signed by: Nikurasu
GPG Key ID: 9E7F14C03EF1F271
3 changed files with 63 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
_gen
.hugo_build.lock
public/*
archive.tar.gz

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
workspace:
base: /hugo
path: services-panel
pipeline:
build:
image: klakegg/hugo:ext-alpine-ci
commands:
- apk add curl
- hugo
- tar -czf archive.tar.gz -C ./public/ .
- "curl --request POST --url ${url} --header 'Content-Type: multipart/form-data' --header 'Static-Hoster-Key: ${api_key}' --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
secrets: [ api_key, url ]

49
config.toml Normal file
View File

@ -0,0 +1,49 @@
baseURL = 'http://panel.cat-enby.club/home'
languageCode = 'en-us'
title = 'cat-enby.club'
[Params]
description = 'Services hosted by a cat for cats (=^・ω・^=) ... and any other beeings!'
[[Params.Service]]
name = 'Nextcloud'
summary = 'Nextcloud is a self hosted platform to share files, create documents, chat with other users and many other things'
linktext = 'cloud.cat-enby.club'
hyperlink = 'https://cloud.cat-enby.club'
icon = '/icons/nextcloud.svg'
[[Params.Service]]
name = 'Bitwarden'
summary = 'Bitwarden is an integrated open source password management solution for individuals, teams, and business organizations.'
linktext = 'vault.cat-enby.club'
hyperlink = 'https://vault.cat-enby.club'
icon = '/icons/bitwarden.svg'
[[Params.Service]]
name = 'Gitea'
summary = 'Gitea is a painless self-hosted Git service.'
linktext = 'dev.cat-enby.club'
hyperlink = 'https://dev.cat-enby.club'
icon = '/icons/gitea.svg'
[[Params.Service]]
name = 'Woodpecker'
summary = 'A simple CI-Engine with great extensibility. Based on the last open-source release of DroneCI'
linktext = 'ci.cat-enby.club'
hyperlink = 'https://ci.cat-enby.club'
icon = '/icons/woodpecker.svg'
[[Params.Service]]
name = 'Semaphore'
summary = 'Semaphore is a web client for Mastodon, designed for speed and simplicity.'
linktext = 'sema.cat-enby.club'
hyperlink = 'https://sema.cat-enby.club'
icon = '/icons/semaphore.svg'
[[Params.Service]]
name = 'Gotify'
summary = 'A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)'
linktext = 'gotify.cat-enby.club'
hyperlink = 'https://gotify.cat-enby.club'
icon = '/icons/gotify.svg'