Skip to content

Instantly share code, notes, and snippets.

View rc718's full-sized avatar
💭
On that LLM grind

Ricardo rc718

💭
On that LLM grind
  • Philadelphia, PA
  • 04:03 (UTC -04:00)
View GitHub Profile
@BlueHippoGithub
BlueHippoGithub / docker-compose.yaml
Created August 11, 2022 18:51
Remember to change the volumes for your own desired path
version: '3.3'
networks:
caddy:
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
security_opt:
- no-new-privileges:true
@opentaq
opentaq / mailserver.md
Last active February 16, 2025 15:41
Mailserver Installation

Fail2Ban

sudo install fail2ban

UFW

sudo install ufw

UFW Settings

sudu ufw default deny incomoing

sudo ufw default allow outgoins