Skip to content

Commit

Permalink
Homebox fork (#408)
Browse files Browse the repository at this point in the history
* Switch image to Homebox fork

* Update link to Homebox fork docs
  • Loading branch information
Kevin2kkelly authored Jan 7, 2025
1 parent a10e830 commit 473779d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/homebox/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ homebox_docker_container: "{{ homebox_name }}"
# Image
homebox_docker_image_pull: true
homebox_docker_image_tag: "latest"
homebox_docker_image: "ghcr.io/hay-kot/homebox:{{ homebox_docker_image_tag }}"
homebox_docker_image: "ghcr.io/sysadminsmedia/homebox:{{ homebox_docker_image_tag }}"

# Ports
homebox_docker_ports_defaults: []
Expand Down
2 changes: 1 addition & 1 deletion roles/homebox/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

- name: Print Tweaking Info
ansible.builtin.debug:
msg: "For custom docker envs, please visit: https://hay-kot.github.io/homebox/quick-start/"
msg: "For custom docker envs, please visit: https://homebox.software/en/quick-start.html"

0 comments on commit 473779d

Please sign in to comment.