No description
doc | ||
infrastructure/docker | ||
public | ||
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
graalvm-resource-config.json | ||
LICENSE.md | ||
package.json | ||
project.clj | ||
README.md | ||
shadow-cljs.edn |
k8s-mastodon-bot
chat over e-mail | team@social.meissa-gmbh.de | Website & Blog
Purpose
k8s-mastodon-bot generates a k8s cron-job for your mastodon-bot. All inputs are validated, generaterd yaml will be wellformed, indenet and escaped.
Try out
Click on the image to try out live in your browser:
Your input will stay in your browser. No server interaction is required.
You will also be able to try out on cli:
target/graalvm/k8s-mastodon-bot src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubeval -
target/graalvm/k8s-mastodon-bot src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubectl apply -f -
Integration
We provide a bunch of artefacts:
- compiled binary, you may use it in your cli or ci
- a standalone uberjar, you may use it in your cli or ci
- a clj library, you may use it as api in your clj project
- a cljs web frontend, you may use it as self-service UI
License
Copyright © 2021 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License") Pls. find licenses of our subcomponents here