Skip to content

Instantly share code, notes, and snippets.

View nevadascout's full-sized avatar

nevada_scout nevadascout

View GitHub Profile
@NatElkins
NatElkins / cloud-init.yaml
Created March 8, 2025 22:09
cloud-init script for VPS
#cloud-config
# Enable automatic package updates and upgrades during cloud-init execution
package_update: true
package_upgrade: true
packages:
# Security and Hardening
- ufw
- fail2ban
{
"name": "marcw/foo-project",
"license": "proprietary",
"type": "project",
"description": "",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/moprodotio/Sitemap"
}