diff --git a/devops/ci/kuberocket.txt b/devops/ci/kuberocket.txt new file mode 100644 index 000000000..ab8c9eef2 --- /dev/null +++ b/devops/ci/kuberocket.txt @@ -0,0 +1,11 @@ +https://docs.kuberocketci.io/pricing/ + free tier + +https://github.com/KubeRocketCI +https://github.com/kuberocketci/docs + +https://www.youtube.com/@theplatformteam/videos + +https://docs.kuberocketci.io/ +https://docs.kuberocketci.io/docs/about-platform/ +https://docs.kuberocketci.io/docs/user-guide/ diff --git a/net/vpn/softeither-vpn.txt b/net/vpn/softeither-vpn.txt new file mode 100644 index 000000000..351819169 --- /dev/null +++ b/net/vpn/softeither-vpn.txt @@ -0,0 +1,2 @@ +https://www.softether.org/ +https://github.com/SoftEtherVPN/SoftEtherVPN/ diff --git a/nontech/literature/mashevskiy/european.txt b/nontech/literature/mashevskiy/european.txt index c088b6f00..656f1b278 100644 --- a/nontech/literature/mashevskiy/european.txt +++ b/nontech/literature/mashevskiy/european.txt @@ -202,7 +202,7 @@ Part 04 Gomer of 41:00 Part 05 Gomer of 1:05:25 https://www.youtube.com/watch?v=G8Tl7Z05MuU -Part 06 - Vergiliy - Eneida - 1:00 of 1:38:14 +Part 06 - Vergiliy - Eneida - 45:00 of 1:38:14 https://www.youtube.com/watch?v=s3xdv4twybc 2018 diff --git a/os/linuxserver-webtop.txt b/os/linuxserver-webtop.txt index fe350e286..b540fd24d 100644 --- a/os/linuxserver-webtop.txt +++ b/os/linuxserver-webtop.txt @@ -4,17 +4,58 @@ https://www.kasmweb.com/docs/latest/index.html https://www.kasmweb.com/docs/latest/license.html https://github.com/linuxserver +https://docs.linuxserver.io/images-by-category/ + https://github.com/linuxserver/docker-webtop -!!! (alpine/based) + !!! (alpine/based) https://docs.linuxserver.io/images/docker-webtop + !!! https://github.com/linuxserver/docker-webtop/blob/master/Dockerfile FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine321 + !!! ubuntu-i3 + !!! fedora-i3 + http://yourhost:3000/ + http://yourhost:3001/ +docker run -d \ + --name=webtop \ + --security-opt seccomp=unconfined `#optional` \ + -e PUID=1000 \ + -e PGID=1000 \ + -e TZ=Etc/UTC \ + -e SUBFOLDER=/ `#optional` \ + -e TITLE=Webtop `#optional` \ + -p 3000:3000 \ + -p 3001:3001 \ + -v /path/to/data:/config \ + -v /var/run/docker.sock:/var/run/docker.sock `#optional` \ + --device /dev/dri:/dev/dri `#optional` \ + --shm-size="1gb" `#optional` \ + --restart unless-stopped \ + lscr.io/linuxserver/webtop:latest + +!!! +docker run -d \ + --name=webtop \ + --security-opt seccomp=unconfined \ + -e PUID=1000 \ + -e PGID=1000 \ + -e TZ=Etc/UTC \ + -e TITLE=Webtop \ + -p 3000:3000 \ + -p 3001:3001 \ + -v /path/to/data:/config \ + -v /var/run/docker.sock:/var/run/docker.sock \ + --device /dev/dri:/dev/dri \ + --shm-size="4gb" \ + --restart unless-stopped \ + lscr.io/linuxserver/webtop:latest + https://github.com/linuxserver/docker-webtop?tab=readme-ov-file#docker-compose-recommended-click-here-for-more-info docker-compose pull webtop https://github.com/linuxserver/docker-baseimage-kasmvnc https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/Dockerfile FROM node:12-buster AS wwwstage - FROM alpine:... + !!! FROM alpine:... wget https://github.com/kasmtech/noVNC/tarball/${KASMWEB_RELEASE} -O - \ | tar --strip-components=1 -xz && diff --git a/os/x-ui/themes/icons.txt b/os/x-ui/themes/icons/icons.txt similarity index 100% rename from os/x-ui/themes/icons.txt rename to os/x-ui/themes/icons/icons.txt diff --git a/os/x-ui/themes/icons/selfhst.txt b/os/x-ui/themes/icons/selfhst.txt new file mode 100644 index 000000000..4be54aeda --- /dev/null +++ b/os/x-ui/themes/icons/selfhst.txt @@ -0,0 +1,2 @@ +https://selfh.st/icons/ +https://github.com/selfhst/icons diff --git a/security/pwdmgr/bitwarden/vaultwarden.txt b/security/pwdmgr/bitwarden/vaultwarden.txt index 534a1ef56..bb64823e6 100644 --- a/security/pwdmgr/bitwarden/vaultwarden.txt +++ b/security/pwdmgr/bitwarden/vaultwarden.txt @@ -1,7 +1,9 @@ -https://vaultwarden.us/ +https://www.vaultwarden.net/ https://github.com/dani-garcia/vaultwarden bitwarden_rs server +https://hub.docker.com/r/vaultwarden/server + https://docs.start9.com/latest/guides/service-guides/vaultwarden/index 2023