Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Promnesia

    App Wishlist
    1
    2
    206
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • infogulch
      infogulch last edited by

      https://beepb00p.xyz/promnesia.html

      Promnesia is a browser extension (Chrome/Firefox/Firefox mobile) that serves as a web surfing copilot by enhancing your browsing history, improving your web exploration experience, and integrating with your knowledge base.

      Promnesia is a pretty neat idea that I've been eyeing for a while. The idea is to track your own browser history in more detail, including annotations, bookmarks, context, etc, and presenting it on each page as you browse.

      The architecture is a browser extension as the primary UI, plus a server backend that typically runs locally.

      Source: https://github.com/karlicoss/promnesia

      infogulch 1 Reply Last reply Reply Quote 0
      • infogulch
        infogulch @infogulch last edited by infogulch

        I began packaging up this app with a custom Dockerfile (though the project does have its own dockerfile).

        You can find the source at: https://source.infogulch.com/infogulch/promnesia-app though it is just barely running.

        I have published the app package to my docker hub repo at infogulch/promnesia-app:v1.0.20210415-4

        You may be well served by reviewing the app's own install docs from the README.md, or the users guide.

        As for the cloudron integration, these are the steps that worked for me (I just got it working for the first time moments ago so...):

        1. Install the server component with:

          cloudron install -l subdomain --image infogulch/promnesia-app:v1.0.20210415-4
          
        2. Then login to authenticate with proxyauth at the subdomain you choose to install it. The https://promnesia.my.example.com/status endpoint displays a short JSON status (the app is not designed to be interacted with from the web)

        3. Install the extension.

        4. Go to extension options and set the "Backend source" url to your domain, (e.g. https://promnesia.my.example.com)

        It seems that logging into the app in the browser enables the extension to authenticate correctly. (This makes me want to critically review which extensions I have installed 😬.)

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Powered by NodeBB