* use Github container registry to remove dependency on dockerhub * use sops for secure encryption of secrets * use ONBUILD in docker images for rebranding * use helmfile for deploying various environments
14 lines
224 B
JavaScript
14 lines
224 B
JavaScript
export default {
|
|
MENU: [
|
|
// {
|
|
// nameIdent: 'nameIdent',
|
|
// path: '/',
|
|
// },
|
|
// {
|
|
// nameIdent: 'nameIdent',
|
|
// url: 'https://ocelot.social',
|
|
// target: '_blank',
|
|
// },
|
|
],
|
|
}
|