Skip to content

Commit

Permalink
Merge branch 'master' into update-simple-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Apr 28, 2024
2 parents 69caa99 + d92ae25 commit c3aa2b5
Show file tree
Hide file tree
Showing 168 changed files with 6,971 additions and 4,709 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false

# Licensed under MIT, (C) 2021 Alicia Sykes <https://aliciasykes.com>
# Licensed under MIT, (C) 2024 Alicia Sykes <https://aliciasykes.com>
110 changes: 70 additions & 40 deletions .env
Original file line number Diff line number Diff line change
@@ -1,40 +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 Dashy 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/dashy-priv.key
# SSL_PUB_KEY_PATH=/etc/ssl/certs/dashy-pub.pem

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

# Usually the same as BASE_URL, but accessible in frontend
# VUE_APP_DOMAIN=https://dashy.to

# 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=./public/
# 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 Dashy 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/dashy-priv.key
# SSL_PUB_KEY_PATH=/etc/ssl/certs/dashy-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://dashy.to

# 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
33 changes: 23 additions & 10 deletions .github/AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
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
CrazyWolf13 <[email protected]> - 1 commits
David <[email protected]> - 1 commits
Dawid Pietrykowski <[email protected]> - 1 commits
DeepSource Bot <[email protected]> - 1 commits
Expand All @@ -23,6 +26,7 @@ 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
Expand Down Expand Up @@ -68,9 +72,9 @@ icy-comet <[email protected]> - 1 commits
imlonghao <[email protected]> - 1 commits
jnach <[email protected]> - 1 commits
jrobles98 <[email protected]> - 1 commits
kt-alt <[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
Expand All @@ -81,6 +85,7 @@ 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
Expand All @@ -89,18 +94,22 @@ 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
liss-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
Expand All @@ -119,7 +128,6 @@ Rémy GRANDIN <[email protected]> - 4 commits
Todd E Johnson <[email protected]> - 4 commits
Totto16 <[email protected]> - 4 commits
Walkx <[email protected]> - 4 commits
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - 4 commits
wozboz <[email protected]> - 4 commits
Alberto Caravaca <[email protected]> - 5 commits
Alicie <[email protected]> - 5 commits
Expand All @@ -130,25 +138,30 @@ 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
liss-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
Liss-Bot <[email protected]> - 11 commits
Tobias <[email protected]> - 12 commits
Alejandro Pinar Ruiz <[email protected]> - 14 commits
Alicia Sykes <&#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
Alicia Sykes <[email protected]> - 28 commits
Lissy93 <[email protected]> - 78 commits
snyk-bot <[email protected]> - 83 commits
repo-visualizer <[email protected]> - 117 commits
Lissy93 <[email protected]> - 210 commits
liss-bot <[email protected]> - 212 commits
Alicia Bot <[email protected]> - 215 commits
Alicia Sykes <[email protected]> - 352 commits
Alicia Sykes <[email protected]> - 440 commits
Alicia Sykes <[email protected]> - 1488 commits
repo-visualizer <[email protected]> - 128 commits
Lissy93 <[email protected]> - 222 commits
Alicia Bot <[email protected]> - 240 commits
liss-bot <[email protected]> - 244 commits
Alicia Sykes <[email protected]> - 439 commits
Alicia Sykes <[email protected]> - 471 commits
Alicia Sykes <[email protected]> - 1488 commits
13 changes: 0 additions & 13 deletions .github/workflows/apply-done-label.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/assign-reviewer.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/auto-tag-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
tag-pre-release:
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
tag: ${{ steps.autotag.outputs.tagname }}
steps:
Expand All @@ -25,12 +27,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
tag: ${{ needs.tag-pre-release.outputs.tag }}
bodyFile: ".github/LATEST_CHANGELOG.md"
mark-issue-fixed:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'issues' }}
steps:
- uses: actions/checkout@v2
- name: Label Fixed Issues
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/broadcast-message.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/build-app.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/build-docs-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Builds and published Dashy's documentation website
name: 📝 Build Docs Site
on:
workflow_dispatch:
push:
branches: [ WEBSITE/docs-site-source ]
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/WEBSITE/docs-site-source'
steps:
- uses: actions/checkout@master
- uses: redkubes/docusaurus-deploy-action@v1
with:
source-folder: ./
git-user: ${{ github.actor }}
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages
13 changes: 0 additions & 13 deletions .github/workflows/cache-artifacts.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/check-duplicate-issues.yml

This file was deleted.

Loading

0 comments on commit c3aa2b5

Please sign in to comment.