Matt Kilgore
ab34791737
fix(docker): fixes the health check wget ( #104 )
v0.12.1
2024-07-08 11:48:46 -04:00
Michael Manganiello
d03e60d580
fix: Use subrouter for API and correctly handle 404 errors ( #105 )
...
Currently, the implementation for API v1 routes has the main drawback
that any unknown path gets the fallback `notFoundHandler`, trying to
access filesystem paths.
However, for API routes specifically, we can have a subrouter, and a
default NotFound handler that returns 404.
With this change, requests to `api/v1/<unknown>` now correctly returns
status code 404 instead of 200.
2024-07-08 11:44:55 -04:00
Katos
6fcf9965bb
Merge pull request #101 from sysadminsmedia/katosdev-Readme-Screenshots
...
Update README
2024-07-07 22:38:38 +01:00
Matt Kilgore
d53dcd37e6
Update README.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-07 17:35:55 -04:00
Katos
f3531cacb3
Update README.md
2024-07-07 22:35:19 +01:00
Katos
10cdca94dc
Update README
...
Add screenshots to Readme file
2024-07-07 22:31:37 +01:00
Katos
0b2b7bc4fd
Merge pull request #98 from sysadminsmedia/fix/docs-discord
...
Update Discord link to new
2024-07-07 21:55:52 +01:00
Katos
105f63487b
Merge pull request #97 from 101br03k/main
...
set documentation url to homebox.sysadminmedia.com
2024-07-07 21:52:59 +01:00
Katos
f3c745e42e
Update Discord link to new
2024-07-07 21:52:24 +01:00
A3
f3e7d7a19b
set documentation url to homebox.sysadminmedia.com
2024-07-07 21:27:29 +02:00
Katos
af1ab9d1af
Merge pull request #95 from sysadminsmedia/katos/docker-healthcheck
...
Update WGET from Busybox to APK
v0.12.0
2024-07-07 17:40:53 +01:00
Katos
69e5a877c0
Update WGET from Busybox to APK
2024-07-07 17:18:18 +01:00
Matt Kilgore
5c0d161eb4
fix(ci): remove linting temp, and always build on docker changes ( #94 )
...
* fix(ci): remove linting temp, and always build on docker changes
* fix(ci): always re-build on workflow changes
2024-07-07 11:32:22 -04:00
Katos
91cd0d1bca
Merge pull request #93 from sysadminsmedia/fix/dockerbuild
...
Rectify Docker build errors due to broken imports
2024-07-07 16:18:51 +01:00
Katos
b12011f4a6
Rectify Docker build errors due to broken imports
2024-07-07 16:13:02 +01:00
Katos
0223fbbb3f
Add docker healthcheck
...
Add Dockerfile healthcheck endpoint
2024-07-06 14:24:55 +01:00
Katos
a709d38946
Update Dockerfile with Healthcheck endpoint
2024-07-06 14:20:29 +01:00
Katos
bd2eb8b5ac
Update Dockerfile.rootless to include explicitly version tags
...
Tag the version of the base image explicitly on the Dockerfile
2024-07-06 14:20:29 +01:00
Katos
5a015b9581
Add Dockerfile healthcheck
2024-07-06 14:20:29 +01:00
Matt Kilgore
552cb0bf53
chore: General cleanup tasks ( #88 )
...
* chore: cleanup
* chore: remove uneeded pull request info
* chore: update security policy
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-02 14:03:21 -04:00
dependabot[bot]
a93f4ff1ad
chore(deps): bump github.com/gorilla/schema ( #87 )
...
Bumps the go_modules group with 1 update in the /backend directory: [github.com/gorilla/schema](https://github.com/gorilla/schema ).
Updates `github.com/gorilla/schema` from 1.2.1 to 1.4.1
- [Release notes](https://github.com/gorilla/schema/releases )
- [Commits](https://github.com/gorilla/schema/compare/v1.2.1...v1.4.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/schema
dependency-type: direct:production
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 19:55:27 -04:00
Matt Kilgore
3d283c2d81
Update README.md ( #83 )
2024-06-30 16:47:59 -04:00
Katos
ea1d92207a
Merge pull request #81 from sysadminsmedia/katos/currency
...
Update currencies to include more currencies
2024-06-30 16:24:10 +01:00
Katos
bcd826ed4f
Merge pull request #70 from zebrapurring/negate-labels
...
Implement filter option for negated labels
2024-06-30 16:02:04 +01:00
Katos
499bb90b09
Update currencies to include more currencies
2024-06-30 15:50:16 +01:00
Katos
4f00822849
Merge pull request #77 from zebrapurring/fix-tooltip-overflow-top
...
Move the link tooltip to the top to prevent overflows
2024-06-29 19:53:21 +01:00
ff28175838
Move the link tooltip to the top to prevent overflows
2024-06-29 19:51:35 +01:00
Katos
0f482aebad
Merge pull request #42 from sysadminsmedia/katos/location-prices
...
Add total pricing to Homebox locations
2024-06-29 18:14:01 +01:00
Katos
76fe0d3522
Merge pull request #69 from sysadminsmedia/docs/i18n
...
feat(docs): i18n support added to docs
2024-06-29 18:12:29 +01:00
Katos
4995e04cf0
Appease the bot overlords.
2024-06-29 18:08:42 +01:00
Katos
76123e00d6
Minor rewording
2024-06-29 18:08:42 +01:00
Katos
0b7de9557d
Minor grammar change
2024-06-29 18:08:42 +01:00
Katos
0f25983278
Improve link readability in Markdown
2024-06-29 18:08:42 +01:00
Matt Kilgore
40a093656b
chore(docs): remove home link (it's broken)
2024-06-29 18:08:42 +01:00
Matt Kilgore
8b8a96f93b
fix(docs): redirect default to english
2024-06-29 18:08:42 +01:00
Matt Kilgore
7b9c3d52cd
fix(docs): redirect default to english
2024-06-29 18:08:42 +01:00
Matt Kilgore
a0198fb66f
fix(docs): broken link
2024-06-29 18:08:42 +01:00
Matt Kilgore
04eb136ab0
feat(docs): i18n support added to docs
2024-06-29 18:08:42 +01:00
zebrapurring
16f3fb19e8
Merge branch 'main' into negate-labels
2024-06-29 18:05:35 +02:00
Harrison Conlin
6a1ffd7700
Add redirect functionality after login ( #76 )
...
Gone is the frustration of scanning a qr code to only be sent to the homepage
2024-06-29 09:02:23 -04:00
zebrapurring
fff0f4344c
Fix overflow caused by long URL tooltips ( #73 )
...
* Fix overflow caused by long URL tooltips
* Break URL tooltips to prevent horizontal page overflows
---------
Co-authored-by: zebrapurring <>
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
v0.11.1
2024-06-28 14:27:02 -04:00
Matt Kilgore
24dc182c0e
Merge branch 'main' into negate-labels
2024-06-28 11:36:12 -04:00
Matt Kilgore
b4be462ce5
fix(ci): broken CI/CD ( #71 )
...
* fix(ci): broken CI/CD
* fix(ci): rootless docker build
* Update .github/workflows/docker-publish-rootless.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-28 11:27:28 -04:00
9ed618d45e
Fix quoting for GitHub Action
2024-06-28 17:22:01 +02:00
e79905b608
Implement filtering feature to negate selected labels
2024-06-28 17:21:05 +02:00
e929c38e37
Ignore Go debug binary
2024-06-28 17:21:05 +02:00
e406bb2d04
Fix VSCode debug configuration
2024-06-28 17:21:05 +02:00
Matt Kilgore
a3f4c97049
fix(ci): add version info to docker builds ( #68 )
2024-06-27 20:51:14 -04:00
dependabot[bot]
51c21edb67
chore(deps): bump golang.org/x/image ( #65 )
...
Bumps the go_modules group with 1 update in the /backend directory: [golang.org/x/image](https://github.com/golang/image ).
Updates `golang.org/x/image` from 0.14.0 to 0.18.0
- [Commits](https://github.com/golang/image/compare/v0.14.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 17:59:29 -04:00
icanc0
892635b5e8
fix(backend): moving to csv for consistency with import/export ( #54 )
2024-06-26 08:35:41 -04:00