-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.ppa
More file actions
30 lines (25 loc) · 817 Bytes
/
.ppa
File metadata and controls
30 lines (25 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# PPA Configuration for erp-server-setup
# This file is used for publishing to Launchpad PPA
[PPA]
Name = erp-server-setup
Version = 1.0.0
Distribution = focal,jammy,noble,bionic,xenial
Section = admin
Priority = optional
[Maintainer]
Name = Elton Gomez
Email = eltongslima@hotmail.com
Website = https://github.com/eltongomez/server-setup
[Description]
Short = Automated professional server configuration and hardening
Long = Interactive bash script for Linux server setup with security hardening,
monitoring configuration, and automated backups. Supports Ubuntu, Debian,
CentOS, RHEL, and Fedora distributions.
[Build]
Requires = bash (>= 4.0)
Recommends = sudo
Suggests = ufw, fail2ban, htop, git
[Upstream]
Repository = https://github.com/eltongomez/server-setup.git
Branch = main
License = MIT