diff --git a/.gitignore b/.gitignore index 8739b7a..5fe5c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ videos chaturbate-dvr -conf \ No newline at end of file +conf +bin \ No newline at end of file diff --git a/README.md b/README.md index 37a0354..340e0ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chaturbate DVR -A tool to record **multiple** Chaturbate streams. Supports macOS, Windows, Linux, and Docker. +A tool to record **multiple** Chaturbate streams. Supports macOS, Windows, Linux, and Docker. Favicon from [Twemoji](https://github.com/twitter/twemoji).  diff --git a/README_DEV.md b/README_DEV.md index e1251bf..a4abe49 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -26,9 +26,10 @@ GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr ``` Build Docker Tag: -s ``` docker build -t yamiodymel/chaturbate-dvr:2.0.0 . docker push yamiodymel/chaturbate-dvr:2.0.0 +docker image tag yamiodymel/chaturbate-dvr:2.0.0 yamiodymel/chaturbate-dvr:latest +docker push yamiodymel/chaturbate-dvr:latest ``` diff --git a/router/view/templates/android-chrome-192x192.png b/router/view/templates/android-chrome-192x192.png new file mode 100644 index 0000000..3576d3c Binary files /dev/null and b/router/view/templates/android-chrome-192x192.png differ diff --git a/router/view/templates/android-chrome-512x512.png b/router/view/templates/android-chrome-512x512.png new file mode 100644 index 0000000..dad8b37 Binary files /dev/null and b/router/view/templates/android-chrome-512x512.png differ diff --git a/router/view/templates/apple-touch-icon.png b/router/view/templates/apple-touch-icon.png new file mode 100644 index 0000000..be057a4 Binary files /dev/null and b/router/view/templates/apple-touch-icon.png differ diff --git a/router/view/templates/favico.png b/router/view/templates/favico.png new file mode 100644 index 0000000..8ee4f62 Binary files /dev/null and b/router/view/templates/favico.png differ diff --git a/router/view/templates/favicon-16x16.png b/router/view/templates/favicon-16x16.png new file mode 100644 index 0000000..f79ec9e Binary files /dev/null and b/router/view/templates/favicon-16x16.png differ diff --git a/router/view/templates/favicon-32x32.png b/router/view/templates/favicon-32x32.png new file mode 100644 index 0000000..5ddbe4a Binary files /dev/null and b/router/view/templates/favicon-32x32.png differ diff --git a/router/view/templates/favicon.ico b/router/view/templates/favicon.ico new file mode 100644 index 0000000..9b65f1c Binary files /dev/null and b/router/view/templates/favicon.ico differ diff --git a/router/view/templates/index.html b/router/view/templates/index.html index 655d1b2..ca70bf0 100644 --- a/router/view/templates/index.html +++ b/router/view/templates/index.html @@ -10,6 +10,10 @@ + + + +