Skip to content

Instantly share code, notes, and snippets.

View CeeFeS's full-sized avatar
🖥️
engineering

CFS CeeFeS

🖥️
engineering
View GitHub Profile
@CeeFeS
CeeFeS / nginx_reverse_proxy_with_ssl.md
Last active December 4, 2024 08:46
Simple nginx reverse proxy with ssl installation

How-to install/configure a reverse proxy with nginx and ssl

Seven easy steps to configure a full nginx reverse proxy with ssl:

- 1: go to your nginx folder

cd /etc/nginx/sites-available

- 2: create a new config file with your domain or subdomain name

nano {subdomain.domain.de.conf}

- 3: copy this inside the file and replace the right values

@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active December 13, 2025 08:16
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings