You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks awesome! Thanks for your hard work. This may already be possible so I apologise.
I would like to access hiccup externally but also would like to bookmark internal links.
Would it be possible to create an 'internal links' page with password protection?
Thanks
Alex
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! This is a problem i have come by many times and there are a few ways to solve this. Help me understand your problem a little more so that i can suggest the best solution for you.
If you are self hosting it, is the hosted site accessible publicly?
Are you the only one that needs the internal links?
All link information for hiccup is stored in configs. As of 0.4.0 There is now a config manager that lets you manage multiple configs loaded from different sources (hosted, local file and in browser memory).
If its just you that needs to access the links
go to the config manager
select an empty config
Exit the config manager and add your links
These links stay in your browser and only those who have access to your computer can see them. You can always switch between configs using the config manager
If you need to share these links or more that just you needs access to them:
Create your desired config by editing the links
Export the config using the "Download Preview" button on the config manager
Share the config file with who ever wants the links and ask them to import the file
Or host the file internally on a network that only those users have access to.
A password protected page may not be possible given that Hiccup is a static page, there is no real way to add password protection since checking that password would also happen on the browser, which means that the password would also be stored on the browser. That would be security theatre and not really protect your links.
I am working on something that will make this less of an inconvenience while maintaining the projects user privacy goals, but thats not something i will have ready soon. hint: https://solidproject.org/
This looks awesome! Thanks for your hard work. This may already be possible so I apologise.
I would like to access hiccup externally but also would like to bookmark internal links.
Would it be possible to create an 'internal links' page with password protection?
Thanks
Alex
The text was updated successfully, but these errors were encountered: