diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml
index ddc1f11..222efc5 100644
--- a/.github/workflows/hub.yml
+++ b/.github/workflows/hub.yml
@@ -33,13 +33,13 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKER_TOKEN }}
- name: Login to GitHub
uses: docker/login-action@v1
with:
registry: ghcr.io
- username: ${{ github.repository_owner }}
- password: ${{ secrets.CR_PAT }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
@@ -52,7 +52,7 @@ jobs:
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
- akhilrex/hammond:latest
- akhilrex/hammond:${{ steps.get_tag.outputs.TAG }}
- ghcr.io/akhilrex/hammond:latest
- ghcr.io/akhilrex/hammond:${{ steps.get_tag.outputs.TAG }}
+ alfhou/hammond:latest
+ alfhou/hammond:${{ steps.get_tag.outputs.TAG }}
+ ghcr.io/alfhou/hammond:latest
+ ghcr.io/alfhou/hammond:${{ steps.get_tag.outputs.TAG }}
diff --git a/Dockerfile b/Dockerfile
index a9b7400..48682b3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ RUN npm run build
FROM alpine:latest
-LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
+LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
ENV CONFIG=/config
ENV DATA=/assets
ENV UID=998
diff --git a/README.md b/README.md
index 07e37d6..a646a14 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,16 @@
-[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]
-
-
-
- -
Current Version - 2022.07.06
A self-hosted vehicle expense tracking system with support for multiple users.
- Explore the docs »
+ Explore the docs »
-
- Report Bug
+ Report Bug
·
- Request Feature
+ Request Feature
·
Screenshots
-
-
-
-
-[contributors-shield]: https://img.shields.io/github/contributors/akhilrex/hammond.svg?style=flat-square
-[contributors-url]: https://github.com/akhilrex/hammond/graphs/contributors
-[forks-shield]: https://img.shields.io/github/forks/akhilrex/hammond.svg?style=flat-square
-[forks-url]: https://github.com/akhilrex/hammond/network/members
-[stars-shield]: https://img.shields.io/github/stars/akhilrex/hammond.svg?style=flat-square
-[stars-url]: https://github.com/akhilrex/hammond/stargazers
-[issues-shield]: https://img.shields.io/github/issues/akhilrex/hammond.svg?style=flat-square
-[issues-url]: https://github.com/akhilrex/hammond/issues
-[license-shield]: https://img.shields.io/github/license/akhilrex/hammond.svg?style=flat-square
-[license-url]: https://github.com/akhilrex/hammond/blob/master/LICENSE
-[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
-[linkedin-url]: https://linkedin.com/in/akhilrex
[product-screenshot]: images/screenshot.jpg
diff --git a/docker-compose.yml b/docker-compose.yml
index 31f0ea2..fecd57d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: "2.1"
services:
hammond:
- image: akhilrex/hammond
+ image: alfhou/hammond
container_name: hammond
environment:
- JWT_SECRET=somethingverystrong
diff --git a/docs/ubuntu-install.md b/docs/ubuntu-install.md
index 4acb9db..df769fa 100644
--- a/docs/ubuntu-install.md
+++ b/docs/ubuntu-install.md
@@ -26,7 +26,7 @@ Following steps will only work if Go and Node are installed and configured prope
## Clone from Git
``` bash
-git clone --depth 1 https://github.com/akhilrex/hammond
+git clone --depth 1 https://github.com/alfhou/hammond
```
## Build and Copy dependencies
@@ -110,7 +110,7 @@ sudo systemctl stop hammond.service
## Clone from Git
``` bash
-git clone --depth 1 https://github.com/akhilrex/hammond
+git clone --depth 1 https://github.com/alfhou/hammond
```
## Build and Copy dependencies
diff --git a/server/Dockerfile b/server/Dockerfile
index f2fba9c..430eb9a 100644
--- a/server/Dockerfile
+++ b/server/Dockerfile
@@ -16,7 +16,7 @@ RUN go build -o ./app ./main.go
FROM alpine:latest
-LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
+LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
ENV CONFIG=/config
ENV DATA=/assets
@@ -38,4 +38,4 @@ COPY dist ./dist
EXPOSE 3000
-ENTRYPOINT ["./app"]
\ No newline at end of file
+ENTRYPOINT ["./app"]
diff --git a/ui/src/router/views/settings.vue b/ui/src/router/views/settings.vue
index f152a82..af647d6 100644
--- a/ui/src/router/views/settings.vue
+++ b/ui/src/router/views/settings.vue
@@ -185,7 +185,8 @@ export default {
{{ $t('passworddontmatch') }}
- This project is under active development which means I release new updates very frequently. I will eventually build the version - management/update checking mechanism. Until then it is recommended that you use something like watchtower which will automatically update - your containers whenever I release a new version or periodically rebuild the container with the latest image manually. -
-| {{ $t('currentversion') }} | @@ -207,15 +202,12 @@ export default {||
| Website | -https://github.com/akhilrex/hammond | +https://github.com/alfhou/hammond |
| {{ $t('foundabug') }} | Report here | @@ -223,18 +215,11 @@ export default {|
| {{ $t('featurerequest') }} | Request here | |
| {{ $t('supportthedeveloper') }} | -{{ $t('buyhimabeer') }} | -