2020 - laptop
2121 - desktop
2222
23+
2324# ## Review these options BEFORE you run Algo, as they are very difficult/impossible to change after the server is deployed.
2425
2526# SSH port for cloud deployments (doesn't apply to existing Ubuntu servers)
@@ -52,26 +53,15 @@ adblock_lists:
5253# DNS encryption (required if using ad blocking)
5354dns_encryption: true
5455
55- # Block traffic between connected clients. Change this to false to enable
56- # connected clients to reach each other, as well as other computers on the
57- # same LAN as your Algo server (i.e. the "road warrior" setup). In this
58- # case, you may also want to enable SMB/CIFS and NETBIOS traffic below.
59- BetweenClients_DROP: false
60-
61- # Block SMB/CIFS traffic
62- block_smb: false
63-
64- # Block NETBIOS traffic
65- block_netbios: false
56+ # Client isolation (set false for "road warrior" setup where clients can reach each other)
57+ BetweenClients_DROP: true
58+ block_smb: true # Block SMB/CIFS traffic
59+ block_netbios: true # Block NETBIOS traffic
6660
67- # Your Algo server will automatically install security updates. Some updates
68- # require a reboot to take effect but your Algo server will not reboot itself
69- # automatically unless you change 'enabled' below from 'false' to 'true', in
70- # which case a reboot will take place if necessary at the time specified (as
71- # HH:MM) in the time zone of your Algo server. The default time zone is UTC.
61+ # Automatic reboot for security updates (time in server's timezone, default UTC)
7262unattended_reboot:
73- enabled: true
74- time: 02 :00
63+ enabled: false
64+ time: 06 :00
7565
7666# ## Privacy Settings ###
7767# StrongSwan connection logging (-1 = disabled, 2 = debug)
@@ -167,14 +157,14 @@ cloud_providers:
167157 type: Standard_LRS
168158 image:
169159 publisher: Canonical
170- offer: ubuntu-24_04-lts
171- sku: server
160+ offer: 0001-com- ubuntu-minimal-jammy-daily
161+ sku: minimal-22_04-daily-lts
172162 version: latest
173163 digitalocean:
174164 # See docs for extended droplet options, pricing, and availability.
175165 # Possible values: 's-1vcpu-512mb-10gb', 's-1vcpu-1gb', ...
176166 size: s-1vcpu-1gb
177- image: " ubuntu-24 -04-x64"
167+ image: " ubuntu-22 -04-x64"
178168 ec2:
179169 # Change the encrypted flag to "false" to disable AWS volume encryption.
180170 encrypted: true
@@ -183,39 +173,39 @@ cloud_providers:
183173 use_existing_eip: false
184174 size: t2.micro
185175 image:
186- name: " ubuntu-noble-24 .04"
176+ name: " ubuntu-jammy-22 .04"
187177 arch: x86_64
188178 owner: " 099720109477"
189179 # Change instance_market_type from "on-demand" to "spot" to launch a spot
190180 # instance. See deploy-from-ansible.md for spot's additional IAM permission
191181 instance_market_type: on-demand
192182 gce:
193183 size: e2-micro
194- image: ubuntu-2404 -lts
184+ image: ubuntu-2204 -lts
195185 external_static_ip: false
196186 lightsail:
197187 size: nano_2_0
198- image: ubuntu_24_04
188+ image: ubuntu_22_04
199189 scaleway:
200190 size: DEV1-S
201- image: Ubuntu 24 .04 Noble Numbat
191+ image: Ubuntu 22 .04 Jammy Jellyfish
202192 arch: x86_64
203193 hetzner:
204194 server_type: cpx22
205- image: ubuntu-24 .04
195+ image: ubuntu-22 .04
206196 openstack:
207197 flavor_ram: " >=512"
208- image: Ubuntu-24 .04
198+ image: Ubuntu-22 .04
209199 cloudstack:
210200 size: Micro
211- image: Linux Ubuntu 24 .04 LTS 64-bit
201+ image: Linux Ubuntu 22 .04 LTS 64-bit
212202 disk: 10
213203 vultr:
214- os: Ubuntu 24 .04 LTS x64
204+ os: Ubuntu 22 .04 LTS x64
215205 size: vc2-1c-1gb
216206 linode:
217207 type: g6-nanode-1
218- image: linode/ubuntu24 .04
208+ image: linode/ubuntu22 .04
219209 local:
220210
221211fail_hint:
0 commit comments