зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
c9da7595ce
Коммит
53ad7b5b0f
11
devops/ci/kuberocket.txt
Обычный файл
11
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/
|
||||||
2
net/vpn/softeither-vpn.txt
Обычный файл
2
net/vpn/softeither-vpn.txt
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
https://www.softether.org/
|
||||||
|
https://github.com/SoftEtherVPN/SoftEtherVPN/
|
||||||
@ -202,7 +202,7 @@ Part 04 Gomer of 41:00
|
|||||||
Part 05 Gomer of 1:05:25
|
Part 05 Gomer of 1:05:25
|
||||||
https://www.youtube.com/watch?v=G8Tl7Z05MuU
|
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
|
https://www.youtube.com/watch?v=s3xdv4twybc
|
||||||
|
|
||||||
2018
|
2018
|
||||||
|
|||||||
@ -4,17 +4,58 @@ https://www.kasmweb.com/docs/latest/index.html
|
|||||||
https://www.kasmweb.com/docs/latest/license.html
|
https://www.kasmweb.com/docs/latest/license.html
|
||||||
|
|
||||||
https://github.com/linuxserver
|
https://github.com/linuxserver
|
||||||
|
https://docs.linuxserver.io/images-by-category/
|
||||||
|
|
||||||
https://github.com/linuxserver/docker-webtop
|
https://github.com/linuxserver/docker-webtop
|
||||||
!!! (alpine/based)
|
!!! (alpine/based)
|
||||||
https://docs.linuxserver.io/images/docker-webtop
|
https://docs.linuxserver.io/images/docker-webtop
|
||||||
|
!!!
|
||||||
https://github.com/linuxserver/docker-webtop/blob/master/Dockerfile
|
https://github.com/linuxserver/docker-webtop/blob/master/Dockerfile
|
||||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine321
|
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
|
https://github.com/linuxserver/docker-webtop?tab=readme-ov-file#docker-compose-recommended-click-here-for-more-info
|
||||||
docker-compose pull webtop
|
docker-compose pull webtop
|
||||||
https://github.com/linuxserver/docker-baseimage-kasmvnc
|
https://github.com/linuxserver/docker-baseimage-kasmvnc
|
||||||
https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/Dockerfile
|
https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/Dockerfile
|
||||||
FROM node:12-buster AS wwwstage
|
FROM node:12-buster AS wwwstage
|
||||||
FROM alpine:...
|
!!! FROM alpine:...
|
||||||
wget https://github.com/kasmtech/noVNC/tarball/${KASMWEB_RELEASE} -O - \
|
wget https://github.com/kasmtech/noVNC/tarball/${KASMWEB_RELEASE} -O - \
|
||||||
| tar --strip-components=1 -xz &&
|
| tar --strip-components=1 -xz &&
|
||||||
|
|
||||||
|
|||||||
2
os/x-ui/themes/icons/selfhst.txt
Обычный файл
2
os/x-ui/themes/icons/selfhst.txt
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
https://selfh.st/icons/
|
||||||
|
https://github.com/selfhst/icons
|
||||||
@ -1,7 +1,9 @@
|
|||||||
https://vaultwarden.us/
|
https://www.vaultwarden.net/
|
||||||
https://github.com/dani-garcia/vaultwarden
|
https://github.com/dani-garcia/vaultwarden
|
||||||
bitwarden_rs server
|
bitwarden_rs server
|
||||||
|
|
||||||
|
https://hub.docker.com/r/vaultwarden/server
|
||||||
|
|
||||||
https://docs.start9.com/latest/guides/service-guides/vaultwarden/index
|
https://docs.start9.com/latest/guides/service-guides/vaultwarden/index
|
||||||
|
|
||||||
2023
|
2023
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user