Skip to content

Instantly share code, notes, and snippets.

@aperullo
aperullo / Customization.md
Last active December 27, 2021 17:04
Cstate wiki: Customizations.md#Systems

Systems

A very core part of cState is the components you have on your status page. They are defined much like custom tabs and can be changed from your site’s config.yml file.

Each component has several possible values, all are caps and space sensitive:

  - name: Backup Media Proxy
    displayName: Media Proxy
 category: Backup Systems
@aperullo
aperullo / Docker-compose with podman.md
Created September 23, 2021 16:34
Docker-compose with podman

How to use docker-compose with podman on fedora 34

The redhat article on using docker-compose with podman on fedora is sparse and incomplete. And forces you to run podman with sudo. Moreover it didn't work for me. If you are in the same boat, hopefully this guide helps you.

Original article: https://www.redhat.com/sysadmin/podman-docker-compose

Needed packages

podman-docker