Minor cosmetic updates and fix list template due to Command update from commit @0f8b1cbd3b #52
Merged
prologic
merged 1 commits from brokenscripts/golinks:master
into master
1 week ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'brokenscripts/golinks:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Commit: @0f8b1cbd3b changed
Commands
toCommand
inserver.go
, specifically Line 223. This broke thelist.html
range template. Small change to fix that.The dockerfile itself, just swapped
github.com
references togit.mills.io
in order for it to actually build on my system.. and it's no longer on Github ;).Added a simple update to the

base.html
to add a link directly tolist
, for the lazy who like to click vice type it in. Small QoL update.Added a button for each bookmark to have a red X to do a simple remove from the

list.html
page instead of looking at what you want to remove and then address bar typing it or going back. Small QoL fix.I've changed the docker
start.sh
script to actually use environment variables. This will enable the environment syntax (instead of using command) in compose files such as:New
Old
This also prevents from passing something unexpected to golinks.
Lastly! Can you push an updated docker image to Docker Hub? The one on DockerHub is golinks 0.0.5 and the version (before this pull request) is 0.0.7.
WIP: Minor cosmetic updates and fix list template due to Command update from commit @0f8b1cbd3bto Minor cosmetic updates and fix list template due to Command update from commit @0f8b1cbd3b 1 week agoNice! 👌
9f7b49eeb9
into master 1 week ago9f7b49eeb9
.