MyGit

chimbosonic/veilid-container

Fork: 0 Star: 3 (更新于 2024-10-27 11:26:55)

license: MPL-2.0

Language: Makefile .

Veilid server node container

GitHub网址

veilid OCI image

pipeline status

This is a veilid OCI image built using https://gitlab.com/veilid/veilid.

Base image is fedora-minimal:latest.

The image is available for amd64.

The image can be pulled from the following repositories:

Source code and pipeline can be found here.

Image Verification

The image is signed using cosign from sigstore.

You can verify the signature with: tho I can only test amd64.

cosign verify --key cosign.pub chimbosonic/veilid:latest

Running it

plain podman

podman run -p 5959:5959 -p 5150:5150/udp -p 5150:5150/tcp -it --rm chimbosonic/veilid:latest

You can access the veilid-cli inside the container with:

podman exec -it <container-name> veilid-cli

You can mount /etc/veilid-server if you need to change the config of veilid-server and you can mount /var/db/veilid-server for persistence.

Ports

  • 5959/tcp has the client api exposed (caution: do not expose that port to the internet its has no authentication and allows full control of the node)
  • 5150/tcp and 5150/udp has the network listeners

How to build

This will build the container.

make build

Notes

I'm still figuring out how this is used and their docs aren't complete yet but this should be a fully functional server node of veilid.

All credit to Veilid team.

最近版本更新:(数据更新于 1970-01-01 00:00:00)

chimbosonic/veilid-container同语言 Makefile最近更新仓库

2024-06-16 18:01:01 SynoCommunity/spksrc

2024-03-15 23:00:57 breakings/OpenWrt

2022-09-22 04:08:49 teaxyz/white-paper

2022-05-11 23:01:18 YuzukiHD/Buildroot-YuzukiSBC

2021-05-26 08:57:35 jmeubank/tdm-gcc

2020-11-18 20:35:35 shadowsocks/openwrt-shadowsocks