mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
3.0 KiB
3.0 KiB
使用说明
数据文件夹授权
- 1、必要操作: 首次安装完成后,进入已安装应用界面,点击跳转数据目录,修改目录下的
data
文件夹为1000
用户和用户组。
命令行修改则类似如下,路径按需修改:
chown -R 1000:1000 /opt/1panel/apps/local/headscale-webui/headscale-webui/data
- 2、回到已安装应用界面,重建应用。
原始相关
Headscale-WebUI
A simple Headscale web UI for small-scale deployments.
Screenshots | Installation | Issues
Features
- Enable/Disable routes and exit nodes
- Manage failover routes as well
- Add, move, rename, and remove machines
- Add and remove users/namespaces
- Add and expire PreAuth keys
- Add and remove machine tags
- View machine details
- Hostname
- User associated with the machine
- IP addresses in the Tailnet
- Last seen by the control server
- Last update with the control server
- Creation date
- Expiration date (will also display a badge when nearing expiration)
- PreAuth key associated with the machine
- Enable / disable routes and exit nodes
- Add and delete machine tags
- Basic and OIDC Authentication
- OIDC Authentication tested with Authelia and Keycloak
- Change your color theme! See MaterializeCSS Documentation for Colors for examples.
- Search your machines and users.
- Machines have tags you can use to filter search:
tag:tagname
Searches only for specific tagsmachine:machine-name
Searches only for specific machinesuser:user-name
Searches only for specific users
- Machines have tags you can use to filter search:
Installation
- See SETUP.md for installation and configuration instructions.
Screenshots:
Tech used:
For Python libraries, see pyproject.toml
If you use this project, please reach out! It keeps me motivated! Thank you!