Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Aug 31, 2024
1 parent 52f3823 commit 756f5de
Show file tree
Hide file tree
Showing 456 changed files with 73,119 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
"name": "Shipyard",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"customizations": {
"vscode": {
"extensions": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"ms-edgedevtools.vscode-edge-devtools",
"firefox-devtools.vscode-firefox-debug",
"aaravb.chrome-extension-developer-tools"
]
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1"

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Files specified here are not required for Docker
# so ignoring them helps to reduce the container size
# The Docker container MUST have the following files:
# package.json yarn.lock server.js vue.config.js src/ services/

node_modules
docs
.git
.github
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
root = true

# Basics - All Files
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true

# JS, TS and Vue
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

# YAML, for config file
[*.{yml,yaml}]
indent_size = 2

# Markdown for docs
[*.md]
trim_trailing_whitespace = false

# Licensed under MIT, (C) 2024 KhulnaSoft Ltd <https://khulnasoft.com>
70 changes: 70 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Store environmental variables here. All variables are optional.
# Lines beginning in '#' are ignored.

# Can be either development, production or test
# NODE_ENV=production

# The port to expose the running application on
# PORT=4000

# If you've proved SSL certs, then can set HTTPS port
# SSL_PORT=4001

# The host that Shipyard is running on, domain or IP
# HOST=localhost

# The default base path for serving up static assets
# BASE_URL=./

# Optionally, specify the path of SSL private + public keys
# SSL_PRIV_KEY_PATH=/etc/ssl/certs/shipyard-priv.key
# SSL_PUB_KEY_PATH=/etc/ssl/certs/shipyard-pub.pem

# If SSL enabled, choose whether or not to redirect http to https
# Defaults to true
# REDIRECT_HTTPS=true

# The path to the user data directory
# USER_DATA_DIR=user-data

# Enable HTTP basic auth to protect your *.yml config files
# ENABLE_HTTP_AUTH=true

# Enable basic HTTP auth to protect your *.yml config files
# BASIC_AUTH_USERNAME
# BASIC_AUTH_PASSWORD

# If you'd like frontend to automatically authenticate when basic auth enabled, set credentials here too
# VUE_APP_BASIC_AUTH_USERNAME
# VUE_APP_BASIC_AUTH_PASSWORD

# Override where the path to the configuration file is, can be a remote URL
# VUE_APP_CONFIG_PATH=/conf.yml

# Usually the same as BASE_URL, but accessible in frontend
# VUE_APP_DOMAIN=https://ship.khulnasoft.com

# Override the page title for the frontend app
# VUE_APP_TITLE=''

# Set the default view to load on startup (can be `minimal`, `workspace` or `home`)
# VUE_APP_STARTING_VIEW=home

# Set the Vue app routing mode (can be 'hash', 'history' or 'abstract')
# VUE_APP_ROUTING_MODE=history

# Should enable SRI for build script and link resources
# INTEGRITY=true

# Computed automatically on build. Indicates if running in container
# IS_DOCKER=true

# Again, set automatically using package.json during build time
# VUE_APP_VERSION=2.0.0

# Directory for conf.yml backups
# BACKUP_DIR=./user-data/config-backups

# Setup any other user defined vars by prepending VUE_APP_ to the var name
# VUE_APP_pihole_ip=http://your.pihole.ip
# VUE_APP_pihole_key=your_pihole_secret_key
14 changes: 14 additions & 0 deletions .github/.lycheeexclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ignore list, for automated broken link checking

https://fonts.gstatic.com/**
https://metager.org/meta/**
https://developers.cloudflare.com/**

http://localhost**
https://localhost**
http://192.168**
https://192.168**
file:///github/**
http://[shipyard-location]**
https://[shipyard-location]**
**.local/**
7 changes: 7 additions & 0 deletions .github/.misspell-fixer.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/src/assets/locales/fr.json
^./src/assets/locales/de.json
^./src/assets/locales/es.json
^./src/assets/locales/fr.json
^./src/assets/locales/nl.json
^./src/assets/locales/sl.json
^./src/assets/locales/zh-CN.json
167 changes: 167 additions & 0 deletions .github/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
0n1cOn3 <[email protected]> - 1 commits
5idereal <[email protected]> - 1 commits
Alberto <[email protected]> - 1 commits
Alicia <[email protected]> - 1 commits
Aly Mohamed <[email protected]> - 1 commits
Artyom <[email protected]> - 1 commits
BRAVO68WEB <[email protected]> - 1 commits
Begin <[email protected]> - 1 commits
Bhasher <[email protected]> - 1 commits
Bjorn Lammers <[email protected]> - 1 commits
Bumsoo Kim <[email protected]> - 1 commits
BySempron <[email protected]> - 1 commits
Celestial.y <[email protected]> - 1 commits
NxPkg <[email protected]> - 1 commits
David <[email protected]> - 1 commits
Dawid Pietrykowski <[email protected]> - 1 commits
DeepSource Bot <[email protected]> - 1 commits
Desmond Kyeremeh <[email protected]> - 1 commits
Devin Buhl <[email protected]> - 1 commits
Doug Lock <[email protected]> - 1 commits
Dylan-Bs <[email protected]> - 1 commits
Eduardo Gomez <[email protected]> - 1 commits
Erwan Miran <[email protected]> - 1 commits
Ethan Hann <[email protected]> - 1 commits
FedelloKirfed <[email protected]> - 1 commits
FormatToday <[email protected]> - 1 commits
Garrett Brown <[email protected]> - 1 commits
Harald Töpfer <[email protected]> - 1 commits
Hendrik Strydom <[email protected]> - 1 commits
Ian Neal <[email protected]> - 1 commits
Iaroslav Dronskii <[email protected]> - 1 commits
Ishan Jain <[email protected]> - 1 commits
JJ Munguia <[email protected]> - 1 commits
Jemy SCHNEPP <[email protected]> - 1 commits
Jeremy Chauvin <[email protected]> - 1 commits
Julian <[email protected]> - 1 commits
Kieran Eglin <[email protected]> - 1 commits
Kieren Connell <[email protected]> - 1 commits
Leonardo Colman Lopes <[email protected]> - 1 commits
Luis Pabon <[email protected]> - 1 commits
M Asenov <[email protected]> - 1 commits
Markus Krause <[email protected]> - 1 commits
Max Kulik <[email protected]> - 1 commits
Maxime Moreillon <[email protected]> - 1 commits
Mert Sefa AKGUN <[email protected]> - 1 commits
Michael <[email protected]> - 1 commits
Nicholas Malcolm <[email protected]> - 1 commits
OKAMOTO Shigehiro <[email protected]> - 1 commits
PlusaN <[email protected]> - 1 commits
Prince Carl Velasco <[email protected]> - 1 commits
Rune Bjørnerås <[email protected]> - 1 commits
Ryan Turner <[email protected]> - 1 commits
Rúben Silva <[email protected]> - 1 commits
Sacha FROMENT <[email protected]> - 1 commits
Sergio <[email protected]> - 1 commits
Shahzzad Ali <[email protected]> - 1 commits
Shawn Salat <[email protected]> - 1 commits
Shreya Roy <[email protected]> - 1 commits
Singebob <[email protected]> - 1 commits
Smexhy <[email protected]> - 1 commits
Stavros Kois <[email protected]> - 1 commits
Steffen Schmidt <[email protected]> - 1 commits
Steven Kast <[email protected]> - 1 commits
Xert <[email protected]> - 1 commits
allozavrr <[email protected]> - 1 commits
baifengheixi <[email protected]> - 1 commits
deepsource-io[bot] <deepsource-io[bot]@users.noreply.github.com> - 1 commits
dr460nf1r3 <[email protected]> - 1 commits
flechaig <[email protected]> - 1 commits
huangshaohuai <[email protected]> - 1 commits
icy-comet <[email protected]> - 1 commits
imlonghao <[email protected]> - 1 commits
jnach <[email protected]> - 1 commits
jrobles98 <[email protected]> - 1 commits
kxenox <[email protected]> - 1 commits
laker j.v <[email protected]> - 1 commits
markxoe <[email protected]> - 1 commits
pablomalo <[email protected]> - 1 commits
poisonadder7 <[email protected]> - 1 commits
rtm516 <[email protected]> - 1 commits
soaibsafi <[email protected]> - 1 commits
ssrangisetti <[email protected]> - 1 commits
ssrangisetti <[email protected]> - 1 commits
sur1v <[email protected]> - 1 commits
tazboyz16 <[email protected]> - 1 commits
zcq100 <[email protected]> - 1 commits
Ángel Fernández Sánchez <[email protected]> - 1 commits
Al Saleh <[email protected]> - 2 commits
Alejandro Pinar Ruiz <[email protected]> - 2 commits
Alessandro Del Prete <[email protected]> - 2 commits
Alexander Mnich <[email protected]> - 2 commits
BOZG <[email protected]> - 2 commits
Brendan O&#39;Leary <[email protected]> - 2 commits
CHAIYEON CHO <[email protected]> - 2 commits
Dan Gilbert <[email protected]> - 2 commits
Denis Savosin <[email protected]> - 2 commits
Mihai <[email protected]> - 2 commits
Ruben Silva <[email protected]> - 2 commits
Tammes Burghard <[email protected]> - 2 commits
Thomas Dissert <[email protected]> - 2 commits
cauterize <[email protected]> - 2 commits
hockeymikey <[email protected]> - 2 commits
itsmejoeeey <[email protected]> - 2 commits
k073l <[email protected]> - 2 commits
kt-alt <[email protected]> - 2 commits
khulnasoft-bot <[email protected]> - 2 commits
mmihaly <[email protected]> - 2 commits
patrickheeney <[email protected]> - 2 commits
rokiden <[email protected]> - 2 commits
root <[email protected]> - 2 commits
rtm516 <[email protected]> - 2 commits
z3r0l1nk <[email protected]> - 2 commits
zcq100 <[email protected]> - 2 commits
ᗪєνιη ᗷυнʟ <[email protected]> - 2 commits
Alucarddelta <[email protected]> - 3 commits
Berk Sümbül <[email protected]> - 3 commits
Tuzi555 <[email protected]> - 3 commits
Walkx <[email protected]> - 3 commits
aterox <[email protected]> - 3 commits
bogyeong <[email protected]> - 3 commits
stanly0726 <[email protected]> - 3 commits
Andreas Violaris <[email protected]> - 4 commits
David Alasow <[email protected]> - 4 commits
DimitriDR <[email protected]> - 4 commits
KhulnaSoft-bot <[email protected]> - 4 commits
Niklas Zabel <[email protected]> - 4 commits
Rémy GRANDIN <[email protected]> - 4 commits
Todd E Johnson <[email protected]> - 4 commits
Totto16 <[email protected]> - 4 commits
Walkx <[email protected]> - 4 commits
wozboz <[email protected]> - 4 commits
Alberto Caravaca <[email protected]> - 5 commits
Alicie <[email protected]> - 5 commits
Benjamin Montgomery <[email protected]> - 5 commits
Chris Nielsen <[email protected]> - 5 commits
UrekD <[email protected]> - 5 commits
Erik Vroon <[email protected]> - 6 commits
Jammo2k5 <[email protected]> - 6 commits
Leonardo Covarrubias <[email protected]> - 6 commits
Magnus Sundström <[email protected]> - 6 commits
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - 6 commits
kristian <[email protected]> - 6 commits
khulnasoft-bot <[email protected]> - 6 commits
Josua Blejeru <[email protected]> - 8 commits
Tobias <[email protected]> - 8 commits
Jimmeh <[email protected]> - 9 commits
Kashif Sohail <[email protected]> - 9 commits
KhulnaSoft-Bot <[email protected]> - 11 commits
Tobias <[email protected]> - 12 commits
Alejandro Pinar Ruiz <[email protected]> - 14 commits
KhulnaSoft Ltd <&#x3D;> - 16 commits
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits
snyk-bot <[email protected]> - 18 commits
Matthias Bilger <[email protected]> - 19 commits
aterox <[email protected]> - 19 commits
EVOTk <[email protected]> - 24 commits
snyk-bot <[email protected]> - 24 commits
Marcell Fülöp <[email protected]> - 27 commits
KhulnaSoft Ltd <[email protected]> - 28 commits
KhulnaSoft-bot <[email protected]> - 78 commits
repo-visualizer <[email protected]> - 128 commits
KhulnaSoft-bot <[email protected]> - 222 commits
Alicia Bot <[email protected]> - 240 commits
khulnasoft-bot <[email protected]> - 244 commits
KhulnaSoft Ltd <[email protected]> - 439 commits
KhulnaSoft Ltd <[email protected]> - 471 commits
KhulnaSoft Ltd <[email protected]> - 1488 commits
Loading

0 comments on commit 756f5de

Please sign in to comment.