This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
values: | |
replicaCount: 1 | |
image: | |
repository: gitea.${ROOT_DOMAIN}/gitea_admin/nextcloud-supervisord | |
tag: 25.0.4 | |
internalDatabase: | |
enabled: false | |
externalDatabase: | |
enabled: true | |
host: ${POSTGRESQL_HOST} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Msg | |
= ErrorMsg String | |
| EventSourceConnect ConnectionInfo | |
| EventSourceClosed ConnectionInfo | |
| PopulateEventHandler ConnectionInfo Video | |
| UserEventHandler ConnectionInfo Int | |
| NoOp | |
update : Msg -> ( Event, Cmd Msg ) |