Skip to content
Snippets Groups Projects
README.md 1.61 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Stackspin Outwards - Stackspout
    
    Varac's avatar
    Varac committed
    
    
    This repository extends [Stackspin](https://open.greenhost.net/stackspin/stackspin)
    with extra applications and overrides
    to make it more commercially/professionally interesting.
    Once stabilized, the aim is to contribute as much upstream as possible.
    
    Varac's avatar
    Varac committed
    
    
    Stackspout is used in day-to-day business
    with a 2-digit user number,
    so all experiments happen carefully.
    
    ## Customizations
    
    ### Overrides
    - Adds many Nextcloud extensions and some configuration
    - Add Email Auth back to Zulip
    
    ### New Applications
    > subdomain: Service (helmrepo, if not provided by the service authors)
    #### Stable including Single-Sign-On
    - dev: Gitea 
    - do: Vikunja (k8s-at-home)
    #### In Development
    - people: SuiteCRM (bitnami repo)
    - time: Kimai (robjuz repo)
    #### Planned
    - meet: Jitsi Meet
    - wiki: Wiki (maybe wikijs, but I'd like something that integrated with Nextcloud and Markdown/Orgdown)
    #### Ideas
    - link: URL Shortener
    - Bonfire
    
    ### Issues to tackle
    #### Structurally
    - generate_secrets.py was copied from Stackpin
    - all apps except gitea lack pvcs
    #### Functionally
    - Nextcloud too slow - add Redis
    - Preconfigure user settings in Nextcloud, Vikunja and more
    
    ## Installation
    
    > Warning: Lots of experiments happening here!
    
    Varac's avatar
    Varac committed
    
    Apply it to your cluster:
    
    ```sh
    basic/install.sh
    ```
    
    
    List the resource related to this repo:
    
    kubectl get gitrepositories -A
    kubectl get kustomization -A -o=jsonpath='{.items[?(@.spec.sourceRef.name=="stackspout")].metadata.name}'
    
    kubectl -n stackspout get helmreleases
    kubectl -n stackspout get pods
    
    But there are also ConfigMaps, Secrets, StatefulSets, PVCs, Helmrepos and all that stuff...