The Wayback Machine - https://web.archive.org/web/20220530101950/https://github.com/topics/web-ui
Skip to content
#

web-ui

Here are 147 public repositories matching this topic...

kowl
MaxBoeh
MaxBoeh commented Nov 4, 2021

We are using the protobuf-git configuration as described at https://cloudhut.dev/docs/features/protobuf#git-repository
In our repository the proto-files live within a proto directory, which seems to be very common, and contains 5 levels of nested folders.

Currently KOWL searches only the first 5 levels of the checkout for .proto files, so our last level is not considered.

  • Please
feature good first issue backend
dmitrydvornichenko
dmitrydvornichenko commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible

enhancement good first issue
gerbera
hmoffatt
hmoffatt commented Jun 1, 2021

The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with

ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.

The container needs to be declared with

volumes:
  gerbera-config: {}

However, I don't thin

漂亮的Go语言通用后台管理系统,包含:计划任务 / MySQL管理 / Redis管理 / FTP管理 / SSH管理 / 服务器管理 / Caddy配置 / DDNS / FRP可视化配置 / 云存储管理 等功能。可运行于 Windows / Linux / MacOS 等主流系统平台和 树莓派 / 路由器 等ARM设备

  • Updated May 29, 2022
  • Go

Improve this page

Add a description, image, and links to the web-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-ui topic, visit your repo's landing page and select "manage topics."

Learn more