Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create DNS zone(s) #922

Closed
nofuturekid opened this issue Feb 26, 2024 · 1 comment
Closed

Can't create DNS zone(s) #922

nofuturekid opened this issue Feb 26, 2024 · 1 comment

Comments

@nofuturekid
Copy link

Please forgive my ignorance but I fired up Gravity with with docker compose up and this docker-compose.yaml on a Raspberry Pi 4 with Bookworm

docker-compose.yaml

version: '3.4'

services:
  gravity:
    # Important for this to be static and unique
    hostname: gravity1
    image: ghcr.io/beryju/gravity:stable
    restart: unless-stopped
    network_mode: host
    user: root
    volumes:
      - ./data:/data
    # The default log level of info logs DHCP and DNS queries, so ensure
    # the logs aren't filling up the disk
    logging:
      driver: json-file
      options:
        max-size: "10m"
        max-file: "3"

I can log into Gravity and successfully create DHCP scopes and also users but nothing else.
The gray "Next" button just won't turn blue, same happens for "Join a node"

image

image

@BeryJu
Copy link
Owner

BeryJu commented May 24, 2024

this is also fixed in 0.9 (0695ff1)

@BeryJu BeryJu closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants