Skip to content

eko-network/kunifedpush-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

KUnifedPush Home Manager Module

Simple Home Manager module to setup a UnifiedPush distributor.

Relevant Resources:

Usage

ntfy will be used by defualt.

imports = [
  inputs.kunifiedpush-flake.homeManagerModules.kunifiedpush
];
services.kunifiedpush.enable = true;

Other providers can be used as well.

Mozilla:

services.kunifiedpush = {
    enable = true;
    provider = "Autopush";
};

Gotify:

services.kunifiedpush = {
    enable = true;
    provider = "Gotify";
    settings = {
        ClientToken="xxx";
        Url="https://my.server.org";
    };
};

See the UnifiedPush repo for more examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages