updated headers

This commit is contained in:
2026-02-15 20:41:49 -05:00
parent f6e200c42b
commit caed155941
7 changed files with 11 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
# SuperNETs UnrealIRCd Docker Setup - Developed by acidvegas (https://github.com/supernets/unrealircd)
# Dockerfile
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/Dockerfile
# Use a bare minimal Alpine Linux base image
FROM alpine:latest

View File

@@ -1,4 +1,4 @@
# SuperNETS UnrealIRCd - Developed by acidvegas (https://github.com/supernets/unrealircd)
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/.env.example
REMOTE_INCLUDE="https://hub.supernets.org:5000"

View File

@@ -1,9 +1,6 @@
---
# SuperNETs UnrealIRCd Ansible Playbook - Developed by acidvegas (https://github.com/supernets/unrealircd)
#
# Usage:
# Deploy all: ansible-playbook -i inventory.ini deploy.yml
# Deploy one: ansible-playbook -i inventory.ini deploy.yml --limit bulbasaur
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/assets/ansible/deploy.yml
- name: Deploy UnrealIRCd
hosts: leafs

View File

@@ -1,5 +1,5 @@
# SuperNETs UnrealIRCd Ansible - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/ansible/inventory.example.ini
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/assets/ansible/inventory.example.ini
[leafs]
bulbasaur ansible_host=1.2.3.4 ansible_port=22 sid=0AB

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# SuperNETs IRC Firewall - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/assets/firewall.sh
# Set xtrace, exit on error, & verbose mode

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# SuperNETs UnrealIRCd source update script - Developed by acidvegas (https://github.com/supernets/unrealircd)
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/assets/helper.sh
get_latest_release() {

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# SuperNETs UnrealIRCd Docker Setup - Developed by acidvegas (https://github.com/supernets/unrealircd)
# SuperNETS UnrealIRCd - Developed by acidvegas (https://git.supernets.org/supernets/unrealircd)
# unrealircd/setup.sh
# Load environment variables
[ -f assets/.env ] && source assets/.env || { echo "Error: assets/.env file not found"; exit 1; }