Giter VIP home page Giter VIP logo

Comments (4)

Mincka avatar Mincka commented on August 22, 2024 1

Hi @tsujamin,
I would be happy to do so. I've already done a similar PR for this project in the past. ;)
This issue is just a reminder for myself, or anybody else that will have time to test it. :)
Thank you!

from hass-addons.

tsujamin avatar tsujamin commented on August 22, 2024

Hey mate - happy to merge in such a change but my life is a bit too busy to implement them myself at the moment.

If you want to have a crack it and make a pull request it should be pretty easy to get it implemented. Roughly:

add new configuration keys to the addon settings:

"schema": {
"advertise_routes": "str?",
"advertise_exit_node": "bool?",
"auth_key": "str",
"exit_node": "str?",
"port": "int(0,65535)?",
"login_server": "str?",
"hostname": "str?",
"force_reauth": "bool?",
"reset": "bool?",
"accept_routes": "bool?",
"userspace_networking": "bool?",
"tags": "str?",
"cert_domain": "str?",
"ssh": "bool?",
"disable_dns": "bool?",
"disable_snat_subnet_routes": "bool?"

Read the new configuration keys and, if present, append to the tailscaled arguments similar to

if bashio::config.has_value 'port'; then
TAILSCALED_FLAGS+=('-port', "$(bashio::config 'port')")
fi

from hass-addons.

tsujamin avatar tsujamin commented on August 22, 2024

Awesome 👏 raise the PR when it suits you and I'll merge and push a new release

Thanks!

from hass-addons.

bslatyer avatar bslatyer commented on August 22, 2024

Hey @Mincka,

Is this still being worked on?

Thanks,

Braeden

from hass-addons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.