-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlexorbital.module.json
More file actions
51 lines (50 loc) · 1.43 KB
/
lexorbital.module.json
File metadata and controls
51 lines (50 loc) · 1.43 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "../lexorbital-template-module/schemas/module-manifest.v2.schema.json",
"name": "lexorbital-module-server",
"version": "0.1.0",
"type": "infra",
"description": "Server infrastructure module for the LexOrbital ecosystem, including Ansible provisioning, deployment scripts, reverse-proxy configurations and security procedures.",
"maintainer": {
"name": "YohanGH",
"contact": "https://github.com/YohanGH"
},
"repository": {
"type": "git",
"url": "https://github.com/YohanGH/lexorbital-module-server"
},
"license": "MIT",
"tooling": {
"pre-commit": true,
"ansible": true,
"lint": {
"shellcheck": true,
"shfmt": true,
"ansible-lint": true,
"yamllint": true
}
},
"dependencies": {
"system": {
"ansible": ">=2.14",
"bash": ">=4.0",
"docker": ">=20.10",
"docker-compose": ">=2.0"
}
},
"structure": {
"ansible": "Playbooks and Ansible roles for provisioning",
"backup": "Backup and restore scripts",
"deploy": "Deployment scripts (Compose, Swarm)",
"provisionning": "Initial provisioning scripts",
"reverse-proxy": "Nginx and Caddy configurations",
"scripts": "Audit and maintenance utilities",
"systemd": "Systemd services"
},
"compliance": {
"gdpr": true,
"security": ["OWASP", "ANSSI"]
},
"documentation": {
"readme": "https://github.com/YohanGH/lexorbital-module-server#readme"
}
}