Skip to content

Commit 58063a7

Browse files
committed
Deployment
Primer despliegue del sistema. Hay que cambiar el SVG ya que no es correcto.
1 parent c1d2cea commit 58063a7

6 files changed

Lines changed: 164 additions & 0 deletions

File tree

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

arrayzone/icon.png

307 KB
Loading

arrayzone/icon.svg

Lines changed: 122 additions & 0 deletions
Loading

arrayzone/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = Franz => Franz;

arrayzone/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ArrayZone Hosting Tool",
3+
"version": "0.0.1",
4+
"description": "ArrayZone Hosting Tool Director.",
5+
"main": "index.js",
6+
"author": "KytoSenna",
7+
"license": "MIT",
8+
"config": {
9+
"serviceURL": "https://panel.arrayzone.com:4443/",
10+
"serviceName": "ArrayZone Hosting Services",
11+
"message": "",
12+
"popup": [],
13+
"hasNotificationSound": false,
14+
"hasedirectMessages": false,
15+
"hasTeamID": false,
16+
"customURL": false,
17+
"hostedOnly": false,
18+
"webviewOptions": {},
19+
"openDevTools": false
20+
}
21+
}

arrayzone/webview.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = (Franz, options) => {
2+
3+
}

0 commit comments

Comments
 (0)