Skip to content

Fireshare

Repository

Share your game clips, videos, or other media via unique links.

inventories/homelab/group_vars/homelab.yml
fireshare_enabled: true
# You will want to change the default login
fireshare_username: "admin"
fireshare_password: "admin"
fireshare_key: "some_random_string"

By default, Fireshare can be accessed at http://[your_server_ip]:8102 or https://fireshare.[your_domain].com if you have DNS access configured.

See the default configuration options for Fireshare at roles/fireshare/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

Oct 31, 2025