diff --git a/src/content/docs/applications/rclone.mdx b/src/content/docs/applications/rclone.mdx new file mode 100644 index 0000000..cabe24c --- /dev/null +++ b/src/content/docs/applications/rclone.mdx @@ -0,0 +1,15 @@ +--- +title: Rclone +description: Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers. +hero: + tagline: Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rclone.webp + actions: + - text: Source + link: https://github.com/rclone/rclone + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/rclone + icon: right-arrow +--- diff --git a/src/content/docs/applications/reloader.mdx b/src/content/docs/applications/reloader.mdx new file mode 100644 index 0000000..6678471 --- /dev/null +++ b/src/content/docs/applications/reloader.mdx @@ -0,0 +1,15 @@ +--- +title: Reloader +description: Reloader is a Kubernetes controller that automatically triggers rollouts of workloads (like Deployments, StatefulSets, and more) whenever referenced Secrets, ConfigMaps or optionally CSI-mounted secrets are updated. +hero: + tagline: Reloader is a Kubernetes controller that automatically triggers rollouts of workloads (like Deployments, StatefulSets, and more) whenever referenced Secrets, ConfigMaps or optionally CSI-mounted secrets are updated. + image: + file: https://raw.githubusercontent.com/stakater/Reloader/refs/heads/master/assets/web/reloader.jpg + actions: + - text: Source + link: https://github.com/stakater/Reloader + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/reloader + icon: right-arrow +---