-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Looking for other OS that can run the dashboard perfectly! #31
Comments
Still Ubuntu based but on a Raspberry Pi. cat /sys/firmware/devicetree/base/model uname -a cat /etc/os-release
|
Running successfully on AlmaLinux 8.4 Virtual Machine. Alma is a binary compatible RHEL rebuild.
Kernel Version
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Works perfect on CentOS 7. |
Works fine :) |
Works great on ARM64 Armbian, based on Ubuntu 20.04 LTS: uname -a cat /etc/os-release |
Works Great on Debian. ......Just a few packages were needed to make happy. Started with Linux 4.19.0-17-amd64 Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux "deb http://deb.debian.org/debian sid main" | sudo tee /etc/apt/sources.list |
Works Great on Centos 8 and Centos Stream and also in the container too.
|
UPDATE: BTW this project is the best one for me, easy to install and run, etc..... Thank you! |
Hi! I'm so glad that you like this project, thanks you! I've noticed that Firefox would act weird sometimes and tried to fix it in the next release (coming soon!). |
UPDATE2: |
Got it working on Raspbian. PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" Needed to add a few things: Once I added these, worked like a charm. |
Just tried it out on a (still in beta) Ubuntu 20.04 Jammy Jellyfish qemu VM - was able to log in, add a peer and download config.
|
Running on bullseye! |
Running on Arch, btw NAME="Arch Linux" |
works ok on Ubuntu 22.04 just need to install pip and tools before: |
Works ok Debian 11 https://raw.githubusercontent.com/tteck/Proxmox/main/ct/wireguard.** |
Centos Stream 9Running successfully no errors. 👍
cat /etc/os-release NAME="CentOS Stream"
VERSION="9"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="9"
PLATFORM_ID="platform:el9"
PRETTY_NAME="CentOS Stream 9"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:centos:centos:9"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
systemctl status wg-dashboard ● wg-dashboard.service
Loaded: loaded (/etc/systemd/system/wg-dashboard.service; enabled; preset: disabled)
Active: active (running) since Mon 2024-01-22 00:42:06 EST; 35min ago
Main PID: 4499 (python3)
Tasks: 1 (limit: 22727)
Memory: 35.9M
CPU: 8.512s
CGroup: /system.slice/wg-dashboard.service
└─4499 /usr/bin/python3 /opt/wgdashboard/src/dashboard.py |
Debian Bookworm works. 5009 2024-05-17 07:53:32 sudo apt install net-tools 5034 2024-05-17 08:28:06 pip install ifcfg --break-system-packages |
Rob, thanks for including steps, I had to do the same but didn't document as you have. |
@donaldzou perhaps put this in a Documentation page and let people submit it in a way? |
Will close this issue for now :) I think we now covers all mainstream linux distros. If anyone have any other distros they would like to have it support, feel free to open a new ticket :) |
Since I've only tested this on Ubuntu, I would like you to provide the OS name and version if you ran the dashboard on other than Ubuntu. Thank you!
The text was updated successfully, but these errors were encountered: