diff --git a/.goreleaser.yml b/.goreleaser.yml
index edb1170..0e54a2f 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -2,7 +2,7 @@
builds:
-
flags: -tags "static_build"
- ldflags: -w -X github.com/prologic/tube/.Version={{.Version}} -X github.com/prologic/tube/.Commit={{.Commit}}
+ ldflags: -w -X git.mills.io/prologic/tube/.Version={{.Version}} -X git.mills.io/prologic/tube/.Commit={{.Commit}}
env:
- CGO_ENABLED=0
goos:
diff --git a/README.md b/README.md
index 3f48ebf..862087f 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Open http://127.0.0.1:8000/ in your Browser!
### Using a Binary
1. Go grab the latest binary from the
- [Releases](https://github.com/prologic/tube/releases) page for your
+ [Releases](https://git.mills.io/prologic/tube/releases) page for your
platform / operating system.
2. Extract the archive.
3. Run `./tube`
@@ -57,7 +57,7 @@ Where `DOCKER_MACHINE_IP` is the IP Address of your Docker Node.
### From Source
```#!sh
-$ git clone https://github.com/prologic/tube
+$ git clone https://git.mills.io/prologic/tube
$ cd tube
$ make
$ ./tube
@@ -73,7 +73,7 @@ similiar to the one you can find in the repo: [docker-compose.yml](docker-compos
Beyond this a "Production Deployment" is out-of-scope at this time for the
documentation being provided here. Please don't hesitate to file an
-[Issue](https://github.com/prologic/tube/issues/new) however for ask for help
+[Issue](https://git.mills.io/prologic/tube/issues/new) however for ask for help
or advice or contact the author directly!
## Configuration
@@ -232,7 +232,7 @@ and even fix tiny typos in documentation! Thank you and keep contributing!
You can find an [AUTHORS](/AUTHORS) file where we keep a list of contributors
to the project. If you contriibute a PR please consider adding your name there.
-There is also Github's own [Contributors](https://github.com/prologic/tube/graphs/contributors) statistics.
+There is also Github's own [Contributors](https://git.mills.io/prologic/tube/graphs/contributors) statistics.
[![](https://sourcerer.io/fame/prologic/prologic/tube/images/0)](https://sourcerer.io/fame/prologic/prologic/tube/links/0)
[![](https://sourcerer.io/fame/prologic/prologic/tube/images/1)](https://sourcerer.io/fame/prologic/prologic/tube/links/1)
diff --git a/app/app.go b/app/app.go
index 783cd7f..26a6405 100644
--- a/app/app.go
+++ b/app/app.go
@@ -20,9 +20,9 @@ import (
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
shortuuid "github.com/lithammer/shortuuid/v3"
- "github.com/prologic/tube/importers"
- "github.com/prologic/tube/media"
- "github.com/prologic/tube/utils"
+ "git.mills.io/prologic/tube/importers"
+ "git.mills.io/prologic/tube/media"
+ "git.mills.io/prologic/tube/utils"
log "github.com/sirupsen/logrus"
)
diff --git a/app/bitcask_store.go b/app/bitcask_store.go
index 0c6e897..2c957c7 100644
--- a/app/bitcask_store.go
+++ b/app/bitcask_store.go
@@ -6,7 +6,7 @@ import (
log "github.com/sirupsen/logrus"
- "github.com/prologic/bitcask"
+ "git.mills.io/prologic/bitcask"
)
// BitcaskStore ...
diff --git a/app/rice-box.go b/app/rice-box.go
index 68b6491..4920996 100644
--- a/app/rice-box.go
+++ b/app/rice-box.go
@@ -14,7 +14,7 @@ func init() {
Filename: "base.html",
FileModTime: time.Unix(1623157014, 0),
- Content: string("{{define \"base\"}}\r\n{{ $playing := .Playing }}\r\n{{ $config := .Config }}\r\n\r\n\r\n