Skip to content

v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:57
· 95 commits to main since this release

What's Changed

  • update netmaker to create initial admin credentials and move it's docs and initial repo path to prod by @jessebot in #193

    Admin user can now be specified with:

    apps:
      netmaker:
        enabled: false
        description: |
          [link=https://www.netmaker.io/]Netmaker[/link]®️  makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
        init:
          enabled: true
          values:
            # this creates a super admin user and disables the GUI registration form
            # if using the default config, we select a password for you and update your bitwarden
            admin_user: admin

    This disables registration through the GUI.

    Full Changelog: v3.5.1...v3.6.0