updated headers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
3
setup.sh
3
setup.sh
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user