forked from KajBot/pterodactyl-eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg-archiva.json
More file actions
26 lines (26 loc) · 1.74 KB
/
egg-archiva.json
File metadata and controls
26 lines (26 loc) · 1.74 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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2019-12-22T01:27:23+01:00",
"name": "Archiva",
"author": "jonas@jensbot.dk",
"description": "Apache Archiva\u2122 is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.\r\n\r\nArchiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality\u2026 and many more!",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-8-openj9",
"startup": ".\/bin\/archiva console",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Started SelectChannelConnector@0.0.0.0:\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/archiva.log\"\r\n}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# Archiva Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y tar curl procps ca-certificates\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -o archiva.tar.gz https:\/\/www-eu.apache.org\/dist\/archiva\/2.2.4\/binaries\/apache-archiva-2.2.4-bin.tar.gz\r\n\r\ntar -zxvf archiva.tar.gz\r\nmv -f apache-archiva*\/* .\r\nrm -rf apache-archiva*\/\r\nrm -rf apache-archiva*.zip\r\nchmod a+x bin\/archiva",
"container": "ubuntu:18.04",
"entrypoint": "bash"
}
},
"variables": []
}