Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

phenomlab@community.nodebb.orgP

[email protected]

@[email protected]
About
Posts
20
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • All NodeBB Emails Using Gmail Service Landing in Spam Folder
    phenomlab@community.nodebb.orgP [email protected]

    @julian Sorry, yes, you're correct.

    Tech

  • All NodeBB Emails Using Gmail Service Landing in Spam Folder
    phenomlab@community.nodebb.orgP [email protected]

    @shraga100 also check DNS records, such as DMARC, DKIM and SPF. Without these, your email will go to spam for sure.

    Tech

  • Which emailer to use?
    phenomlab@community.nodebb.orgP [email protected]

    @eeeee didn't we fix that here?

    https://sudonix.org/topic/688/nodebb-and-emails/2

    Tech

  • NodeBB v4.0.0 — Federate good times, come on!
    phenomlab@community.nodebb.orgP [email protected]

    They appear on mine @cagatay but not on yours. Not sure why.

    Fediverse activitypub nodebbactivityp release forums nodebb

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @dave1904 sorry. It's not core. You need to install nodebb-plugin-web-push and then you'll see the section I mentioned previously.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @dave1904 it's part of core - have a look under /me/web-push. If you use this, then you'll need to disable ntfy

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian yes

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian Yes, very, and their support isn't up to much either in the sense of wanting to fix it. I've had to change my VPN usage from machine level (which I prefer) to browser level - as long as the internet traffic is secured, that's good enough for the time being.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian Hmm - still not working for me... 😞

    EDIT - works on my Android phone, but not on my PC - guessing it's likely security software.
    EDIT 2 - suspicion confirmed. It's caused by NordVPN. If running, the push notification doesn't work - if disabled, it works fine.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian when does 3.10 come out? 😁

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian thanks. I'll check this later.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @baris thanks. That setting is already on for me.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian Yes, I've done that, but can't seem to make it work.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian I'm using the GIT link you provided to install. Plugin installs fine, but cannot get it to send any notification - even on my mobile device which works fine for NodeBB?

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian Is there a link where we can install the v4 beta version of this plugin? I'd love to test it out over on Sudonix.

    EDIT - NVM - I found the link..

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian understood. I now have this working on my phone at least.

    Edit - and it works perfectly. I get the notification, click it and it uses my already open browser session to display.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian OK. Still no activity for me though despite updates here. Did you also remove ntfy as that isn't issuing alerts anymore.

    A bit greedy, but this js would probably work

    if ('serviceWorker' in navigator) {
      caches.keys().then(function(cacheNames) {
        cacheNames.forEach(function(cacheName) {
          caches.delete(cacheName);
        });
      });
    }
    

    Or perhaps this header

    Cache-Control: no-cache,no-store,must-revalidate
    

    Or this modified js

    function async deleteCaches() {
      try {
        const keys = await window.caches.keys();
        await Promise.all(keys.map(key => caches.delete(key)));
      } catch (err) {
        console.log('deleteCache err: ', err);
      }
    }
    
    // run this function on your app load
    function resetCacheForUpdate() {
      if (!localStorage.getItem('cacheReset')) {
        deleteCaches()
          .then(_ => {
            localStorage.setItem('cacheReset', 'yes');
          }) 
      }
    }
    

    Source

    https://jun711.github.io/web/service-worker-cache-busting/

    Fediverse pushnotificatio nodebb notifications pushapi

  • Native Push Notifications Support for NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @julian doesn't seem to work for me even with cache cleared.

    Fediverse pushnotificatio nodebb notifications pushapi

  • Caches used in NodeBB
    phenomlab@community.nodebb.orgP [email protected]

    @baris thanks for this. As well as understanding the genesis of each cache level, it's also useful to understand how it works from the code perspective.

    Fediverse cache
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups