Skip to content

Commit

Permalink
Cleanup, update packages, update information
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjee committed Apr 8, 2024
1 parent f763353 commit 7d03bbd
Show file tree
Hide file tree
Showing 9 changed files with 151 additions and 218 deletions.
49 changes: 0 additions & 49 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ There are two deprecated deployments, that use a older version of EDS that is no
| https://eds-v2.piped.১.net | Production | EDS-V2 | Kavin |
| https://piped-staging.ftp.sh | Staging | | Kavin |
| https://ui.piped.১.net | Staging | IPv6-only | mmjee |
| https://ng.piped.১.net | Deprecated | IPv6-only, EDS | mmjee |
| https://ngp.piped.১.net | Deprecated | EDS-Password | Kavin |

Production instances are updated infrequently, and do not include features that are introduced recently without extensive testing.

Piped-Material's Production instance is also available via IPFS at IPNS key `k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv`.
For example, it's available [via dweb.link](https://k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv.ipns.dweb.link) and [via cf-ipfs.com](https://k51qzi5uqu5dl0a18rats73hcc6d5dtvtz9pjbpgzj6hl66b9za5i5wn0yzgjv.ipns.cf-ipfs.com).

## Self-hosting

There's a Dockerfile to build a Piped-Material deployment (using a simple nginx server hosting the SPA files) [located here](https://github.com/mmjee/pm-docker). It can be customized with build arguments. Piped-Material is just a SPA so `yarn install; yarn run build` is enough to generate static files.
Expand All @@ -39,7 +34,7 @@ There's a Dockerfile to build a Piped-Material deployment (using a simple nginx

Join the Libera Chat channel [#piped-material via IRC](ircs://irc.libera.chat:6697/#piped-material).

Or alternatively you [can join in via Matrix](https://matrix.to/#/#piped-material:libera.chat).
Or alternatively you [can join in via Matrix](https://matrix.to/#/#piped-material-general:m.xn--17b.net).

## How to contribute

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fontsource-variable/baloo-chettan-2": "^5.0.18",
"@fontsource-variable/baloo-da-2": "^5.0.18",
"@fontsource-variable/noto-naskh-arabic": "^5.0.18",
"@fontsource-variable/baloo-chettan-2": "^5.0.19",
"@fontsource-variable/baloo-da-2": "^5.0.19",
"@fontsource-variable/noto-naskh-arabic": "^5.0.19",
"@fontsource/material-icons-round": "^5.0.11",
"@formatjs/intl-localematcher": "^0.5.2",
"@formatjs/intl-localematcher": "^0.5.4",
"@mdi/js": "^7.4.47",
"@mojee/file-utils": "https://cf-ipfs.com/ipfs/QmYEtpbjQqWYJDbcoixZvcccXkRFKBcTuRw5aa3hb8BWt8?filename=js-file-utils.tgz",
"@mojee/noto-sans-cjk-webfont": "https://cf-ipfs.com/ipfs/QmNqdNN63hFQJP3ndvsb4muR9TT2xCnvkkhn6L6bUyvc7f?filename=noto-sans-cjk-webfont.tgz",
"antar-hinted": "https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd",
"axios": "^1.6.5",
"core-js": "^3.35.0",
"dexie": "^3.2.4",
"dompurify": "^3.0.8",
"i18n-iso-countries": "^7.7.0",
"intl-messageformat": "^10.5.8",
"axios": "^1.6.8",
"core-js": "^3.36.1",
"dexie": "^3.2.7",
"dompurify": "^3.1.0",
"i18n-iso-countries": "^7.11.0",
"intl-messageformat": "^10.5.11",
"intl-unofficial-duration-unit-format": "^3.1.0",
"javascript-time-ago": "https://cf-ipfs.com/ipfs/QmPfsnf4YYW63ddBUVXkT9BNQyuGKMnzyFVSV2dcx3dpz1?filename=jta-2.5.9.tgz",
"lodash-es": "^4.17.21",
Expand All @@ -38,12 +38,12 @@
"vue-json-viewer": "^2.2.22",
"vue-meta": "^2.4.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-parser": "^7.24.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
Expand All @@ -52,15 +52,15 @@
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"buffer": "^6.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-mojee-vue": "https://cf-ipfs.com/ipfs/QmTTauFj8yy8brQQ6gghe2wYCVzkT3tensqLnWDy7oieno?filename=eslint-config-mojee-vue-0.0.2.tar.gz",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.20.1",
"lint-staged": "^15.2.0",
"sass": "~1.69.7",
"eslint-plugin-vue": "^9.24.1",
"lint-staged": "^15.2.2",
"sass": "~1.74.1",
"stream-browserify": "^3.0.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
4 changes: 0 additions & 4 deletions src/tools/libpiped.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import DOMPurify from 'dompurify'
import { parseInline } from 'marked'

class LibPiped {
pad (num, size) {
return ('000' + num).slice(size * -1)
}

purifyHTML (original) {
return DOMPurify.sanitize(original)
}
Expand Down
4 changes: 2 additions & 2 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
"720p": "720p",
"1080p": "1080p",
"1440p": "1440p",
"2160p": "2160p (This is usually termed 4K, 3840x2160)",
"4320p": "4320p (This is usually termed 8K, 7680x4320)"
"2160p": "2160p (This is usually termed 4K, 3840×2160)",
"4320p": "4320p (This is usually termed 8K, 7680×4320)"
},
"column_opts": {
"4": "4 columns",
Expand Down
Loading

0 comments on commit 7d03bbd

Please sign in to comment.