Skip to content

Instantly share code, notes, and snippets.

@kbdharun
Last active October 20, 2024 13:50
Show Gist options
  • Select an option

  • Save kbdharun/f8216fabef7ad18c4dd4172deb3ddbd7 to your computer and use it in GitHub Desktop.

Select an option

Save kbdharun/f8216fabef7ad18c4dd4172deb3ddbd7 to your computer and use it in GitHub Desktop.
Vanilla OS Docs: Portainer configuration

Frontend configuration:

CHRONOS_COLLECTION_1
[{"shortName": "docs", "title": "Docs", "url": "https://chronos.vanillaos.org/vos-docs", "description": "Read the technical documentation for the Vanilla OS components and utilities."}]

CHRONOS_COLLECTION_2
[{"shortName": "handbook", "title": "Handbook", "url": "https://chronos.vanillaos.org/vos-handbook", "description": "Are you a new Vanilla OS user? Read the handbook to learn how to use the OS."}]

CHRONOS_COLLECTION_3
[{"shortName": "vib", "title": "Vib", "url": "https://chronos.vanillaos.org/vos-vib", "description": "Learn how to use Vib to build your own images."}]

CHRONOS_COLLECTION_4
[{"shortName": "apx", "title": "Apx", "url": "https://chronos.vanillaos.org/vos-apx", "description": "Learn how to use Apx to work with your containers."}]

Backend configuration:

{
    "port": "5128",
    "backgroundCacheUpdate": "true",
    "gitRepos": [
        {
            "id": "vos-docs",
            "url": "https://github.com/Vanilla-OS/documentation"
        },
        {
            "id": "vos-handbook",
            "url": "https://github.com/Vanilla-OS/handbook"
        },
        {
            "id": "vos-vib",
            "url": "https://github.com/Vanilla-OS/vib",
            "rootPath": "docs/articles"
        },
        {
            "id": "vos-apx",
            "url": "https://github.com/Vanilla-OS/apx",
            "rootPath": "docs/articles"
        }
    ],
    "localRepos": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment