User contributions for Karavi
Jump to navigation
Jump to search
25 April 2025
- 09:1709:17, 25 April 2025 diff hist +572 N Portainer docker compose Created page with "Create a docker-compose.yml file similar to this: services: portainer: image: portainer/portainer-ce:latest container_name: portainer restart: unless-stopped security_opt: - no-new-privileges:true volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:ro - ./portainer-data:/data ports: - 9000:9000 Bring up your stack by running docker-compose up -d Log in to the Admi..." current
- 09:1509:15, 25 April 2025 diff hist −56 Nginx proxy manager docker compose No edit summary current
9 April 2025
- 07:2107:21, 9 April 2025 diff hist +624 Windows repair No edit summary current
8 April 2025
- 16:1716:17, 8 April 2025 diff hist +1 Windows Active No edit summary current Tag: Visual edit
- 16:1616:16, 8 April 2025 diff hist −2 Windows Active No edit summary
- 16:1516:15, 8 April 2025 diff hist +18 Windows Active No edit summary
- 16:0016:00, 8 April 2025 diff hist −12 Windows Active No edit summary Tag: Manual revert
- 15:5815:58, 8 April 2025 diff hist +12 Windows Active No edit summary Tags: Reverted Visual edit: Switched
- 15:5715:57, 8 April 2025 diff hist −130 Windows Active No edit summary Tag: Manual revert
- 15:5615:56, 8 April 2025 diff hist +130 Windows Active No edit summary Tag: Reverted
- 15:4215:42, 8 April 2025 diff hist 0 m Windows Active Protected "Windows Active" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 15:4015:40, 8 April 2025 diff hist +573 N Windows Active Created page with " Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR Pro: W269N-WFGWX-YVC9B-4J6C9-T83GX Pro N: MH37W-N47XK-V7XM9-C7227-GCQG9 Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43 Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 Server kms.msguides.com kms8.msguides.c..."
- 10:2910:29, 8 April 2025 diff hist +9 Windows 11 Esxi No edit summary current
- 10:2810:28, 8 April 2025 diff hist +59 Windows 11 Esxi No edit summary
- 10:2510:25, 8 April 2025 diff hist +260 Windows 11 Esxi No edit summary Tag: Visual edit
- 09:5609:56, 8 April 2025 diff hist +4 Windows 11 Esxi No edit summary Tag: Visual edit
- 09:5309:53, 8 April 2025 diff hist +559 N Windows 11 Esxi Created page with " on isntall : Time to work around the issue… 1. When you get the error picture above simply press Shift + F10 and this will bring up a dos prompt. 2. Type regedit and hit enter. 3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup and create a new Key called: LabConfig 4. Create inside the LabConfig Key a ByPassTPMCheck DWORD (32-bit) with the value of 1 Click OK after editing the value data and then close out of all of the screens. Once you click on the red x in the cor..."
1 April 2025
- 08:3808:38, 1 April 2025 diff hist +8 Tube Archivist docker compose No edit summary current
- 08:3708:37, 1 April 2025 diff hist −29 Tube Archivist docker compose No edit summary
- 08:2208:22, 1 April 2025 diff hist +2,272 N Tube Archivist docker compose Created page with "Create a docker-compose.yml file similar to this: version: '3.5' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8000:8000 volumes: - ./media:/youtube - ./cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - REDIS_CON=redis://archivist-redis:6379 - HOST_UID=1000 - HOST_G..."
30 March 2025
- 19:1219:12, 30 March 2025 diff hist +54 Guacamole docker compose No edit summary current
- 18:5318:53, 30 March 2025 diff hist +595 Guacamole docker compose No edit summary
- 15:5915:59, 30 March 2025 diff hist +209 Guacamole docker compose No edit summary
- 15:5815:58, 30 March 2025 diff hist +380 Guacamole docker compose No edit summary
- 13:5613:56, 30 March 2025 diff hist +1,616 N Guacamole docker compose Created page with " Create the ${HOME}/docker-stack/guacamole/docker-compose.yml file: # networks # create a network 'guacnetwork_compose' in mode 'bridged' networks: guacnetwork_compose: driver: bridge # services services: # guacd guacd: container_name: guacd_compose image: guacamole/guacd networks: - guacnetwork_compose restart: always volumes: - ./drive:/drive:rw - ./record:/record:rw # postgres postgres: contai..."
- 12:4512:45, 30 March 2025 diff hist +189 WireGuard docker compose No edit summary current
- 12:3612:36, 30 March 2025 diff hist +8 WireGuard docker compose No edit summary Tag: Visual edit
- 12:3512:35, 30 March 2025 diff hist +7 WireGuard docker compose No edit summary
- 12:3512:35, 30 March 2025 diff hist +175 WireGuard docker compose No edit summary
- 12:1912:19, 30 March 2025 diff hist +2,127 N WireGuard docker compose Created page with " Docker Compose File (docker-compose.yml) version: '3.8' services: wg-easy: image: ghcr.io/wg-easy/wg-easy # The Docker image to use. container_name: wg-easy # Name of the container. environment: # Environment variables to configure the instance. - LANG=en # Language settings. - WG_HOST=<Your IP/Domain> # Public IP or domain name where WG-Easy is accessible. - PASSWORD_HASH='<..."
- 09:4409:44, 30 March 2025 diff hist +523 N ShellNGN docker compose Created page with "Shell NGN has an official PRO image in the hub, and it is maintained by the official team. Below is the docker-compose sample that you can alter if you want (ports, volume name, container, etc), or run it as it is. version: "3.5" services: shellngn: image: shellngn/pro network_mode: "bridge" container_name: shellngn ports: - "8080:8080" volumes: - shellngn-data:/home/node/server/data environment: - HOST=0.0.0.0..." current
- 09:3109:31, 30 March 2025 diff hist +1,027 N Shlink docker compose Created page with " Formable's Shlink Portainer stack docker-compose.yml version: "3" services: shlink: image: shlinkio/shlink:stable restart: always environment: - TZ="America/New_York" - DEFAULT_DOMAIN=a.formable.app - IS_HTTPS_ENABLED=true - GEOLITE_LICENSE_KEY= - DB_DRIVER=maria - DB_USER=shlink - DB_NAME=shlink - DB_PASSWORD=shlink - DB_HOST=database depends_on: - database ports:..." current
- 09:1509:15, 30 March 2025 diff hist +1,036 N Matomo docker compose Created page with "make folder: mkdir matomo touch matomo/docker-compose.yml Create a docker-compose.yml file similar to this: version: "3" services: db: image: mariadb:10.11 command: --max-allowed-packet=64MB restart: always volumes: - db:/var/lib/mysql:Z environment: - MYSQL_ROOT_PASSWORD=password123* - MARIADB_AUTO_UPGRADE=1 - MARIADB_DISABLE_UPGRADE_BACKUP=1 app: image: matomo restart: always volumes: - matomo:/var..." current
- 07:5607:56, 30 March 2025 diff hist +48 N Nginx proxy manager docker container Karavi moved page Nginx proxy manager docker container to Nginx proxy manager docker compose current Tag: New redirect
- 07:5607:56, 30 March 2025 diff hist 0 m Nginx proxy manager docker compose Karavi moved page Nginx proxy manager docker container to Nginx proxy manager docker compose
28 March 2025
- 13:4613:46, 28 March 2025 diff hist +52 RabbitMQ docker container No edit summary current
- 13:2213:22, 28 March 2025 diff hist +2 RabbitMQ docker container No edit summary Tag: Visual edit: Switched
- 13:2113:21, 28 March 2025 diff hist +251 RabbitMQ docker container No edit summary
- 09:1509:15, 28 March 2025 diff hist +115 Nginx proxy manager docker compose No edit summary
- 09:1009:10, 28 March 2025 diff hist +48 Docker ubuntu No edit summary current
- 09:0709:07, 28 March 2025 diff hist +385 N Nginx proxy manager docker compose Created page with "Create a docker-compose.yml file similar to this: services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt Bring up your stack by running docker-compose up -d # If using docker-compose-plugin docker compose up -d"
- 09:0509:05, 28 March 2025 diff hist +40 Docker ubuntu No edit summary
- 09:0309:03, 28 March 2025 diff hist +1,140 N Docker ubuntu Created page with "command: First, update your existing list of packages: sudo apt update Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo apt install apt-transport-https ca-certificates curl software-properties-common Then add the GPG key for the official Docker repository to your system: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg Add the Docker repository to AP..."
14 January 2025
- 09:0609:06, 14 January 2025 diff hist +408 Windows repair No edit summary
11 January 2025
- 10:4310:43, 11 January 2025 diff hist +400 N Sql Shrink Created page with "→Script to shrink all databases: declare @db varchar(255) declare c cursor for select name from sys.databases where is_read_only=0 and state=0 and name not in ('master','model','tempdb','msdb') open c fetch c into @db while @@fetch_status=0 begin exec SP_dboption @db,'trunc. log on chkpt.','true' DBCC shrinkdatabase (@db,10) fetch next from c into @db end close c deallocate c" current
- 10:3510:35, 11 January 2025 diff hist +1,326 N Sql Backup Daily Created page with " DECLARE @path VARCHAR(256) DECLARE @DBName varchar(255) DECLARE @DATABASES_Fetch int SET @path = 'E:\BANK_MS_SQL_Daily\' +CONVERT(VARCHAR(20),GETDATE(),112)+'_'+ replace(convert(varchar, getdate(),108),':','-')+'\' EXEC master.sys.xp_create_subdir @path DECLARE DATABASES_CURSOR CURSOR FOR select DATABASE_NAME = db_name(s_mf.database_id) from sys.master_files s_mf where -- ONLINE s_mf.state = 0 -- Only look at d..." current
8 December 2024
- 06:3006:30, 8 December 2024 diff hist +19 Ubuntu scripts No edit summary current
- 06:2306:23, 8 December 2024 diff hist +8 Ubuntu zabbix agent2 No edit summary current
- 06:1906:19, 8 December 2024 diff hist +13 Ubuntu zabbix agent No edit summary current
- 06:1606:16, 8 December 2024 diff hist −2 Ubuntu zabbix agent No edit summary Tag: Visual edit