123456789101112131415161718 |
- castopodConfig:
- baseUrl: http://localhost:31000
- disableHttpsRedirect: false
- enable2fa: true
- castopodNetwork:
- webPort: 31000
- castopodStorage:
- data:
- type: pvc
- mariadbData:
- type: pvc
- mariadbBackup:
- type: emptyDir
- emptyDirConfig:
- medium: ""
- size: ""
|