From b516da2e9754d7ce18250be0b19088bc2a89ab42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 16 Oct 2021 20:29:22 +0200 Subject: [PATCH] switch to master branch. --- .github/workflows/build.yml | 2 +- README.md | 6 +++--- client/src/components/about.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db9e722d..f1eb6f59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: "CI for builds" on: push: - branches: [ dev ] + branches: [ master ] # # Run this action periodically to keep browsers up-to-date # even if there is no activity in this repo. diff --git a/README.md b/README.md index 94f1a6bb..ee83fb2e 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,8 @@ Images (except `arm-`) are built using GitHub actions on every push and on weekl ### Want to customize and install own add-ons, set custom bookmarks? - You would need to modify the existing policy file and mount it to your container. -- For Firefox, copy [this](https://github.com/m1k1o/neko/blob/dev/.m1k1o/firefox/policies.json) file, modify and mount it as: ` -v '${PWD}/policies.json:/usr/share/firefox-esr/distribution/policies.json'` -- For Chromium, copy [this](https://github.com/m1k1o/neko/blob/dev/.m1k1o/chromium/policies.json) file, modify and mount it as: ` -v '${PWD}/policies.json:/etc/chromium/policies/managed/policies.json'` +- For Firefox, copy [this](https://github.com/m1k1o/neko/blob/master/.m1k1o/firefox/policies.json) file, modify and mount it as: ` -v '${PWD}/policies.json:/usr/share/firefox-esr/distribution/policies.json'` +- For Chromium, copy [this](https://github.com/m1k1o/neko/blob/master/.m1k1o/chromium/policies.json) file, modify and mount it as: ` -v '${PWD}/policies.json:/etc/chromium/policies/managed/policies.json'` ### Want to use VPN for your n.eko browsing? - Check this out: https://github.com/m1k1o/neko-vpn @@ -371,7 +371,7 @@ services: ## Not using docker? -You can execute `neko --help` to see available arguments. In [Dockerfile](https://github.com/m1k1o/neko/blob/dev/.m1k1o/base/Dockerfile) you can find required dependencies and install them manually. +You can execute `neko --help` to see available arguments. In [Dockerfile](https://github.com/m1k1o/neko/blob/master/.m1k1o/base/Dockerfile) you can find required dependencies and install them manually. ## Mobile support diff --git a/client/src/components/about.vue b/client/src/components/about.vue index a2af3136..bd43f871 100644 --- a/client/src/components/about.vue +++ b/client/src/components/about.vue @@ -147,7 +147,7 @@ this.loading = true try { - const res = await this.$http.get('https://raw.githubusercontent.com/m1k1o/neko/dev/README.md') + const res = await this.$http.get('https://raw.githubusercontent.com/m1k1o/neko/master/README.md') const res2 = await this.$http.post('https://api.github.com/markdown', { text: res.data, mode: 'gfm',