joinpeertube fork
https://join.peertube.social/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
ansible | 2 years ago | |
docker | 2 years ago | |
public | 2 years ago | |
src | 2 years ago | |
.babelrc | 3 years ago | |
.dockerignore | 2 years ago | |
.editorconfig | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 2 years ago | |
generate-instances-list.py | 2 years ago | |
package.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
JoinPeerTube
Dev
$ yarn install --pure-lockfile
$ npm run serve
Build for production
python3 generate-instances-list.py
# docker build . -f docker/Dockerfile -t joinpeertube
# docker run -it --rm -p 8080:80 --name joinpeertube joinpeertube
Update translations
Add Weblate remote:
$ git remote add weblate https://weblate.framasoft.org/git/joinpeertube/main
Update from Weblate:
$ git fetch weblate && git merge weblate/master
Re generate translations:
$ npm run i18n:update
Push on master (Weblate will be automatically updated)
$ git push origin master
Add locale
Add the locale in src/main.js
and Makefile
. Then update translations.