perfecty

package module
v0.0.0-...-e4a5794 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2021 License: MIT Imports: 2 Imported by: 0

README

Perfecty Push Server ⚡️

Tests Deployment License

Self-hosted Push Notifications server written in Go.

Perfecty Push for Wordpress

Send thousands of notifications from your server: No hidden fees, no third party dependencies and you own your data. 👏

NOTICE: This project is under active development and no API is stable yet.

Documentation:

Project links:

Local Setup 👨🏻‍💻

Generate a sample TLS certificate:

mkdir examples/
openssl req -newkey rsa:2048 -nodes -keyout examples/certs/server.key -x509 -days 365 -out examples/certs/server.crt

# Update the configs:
vi configs/perfecty.yml
  ...
  ssl:
    enabled: true
    cert_file: examples/server.crt
    key_file: examples/server.key

Execute the project:

go run cmd/perfecty/main.go

Generate executable:

go build ./cmd/perfecty/
./perfecty

Configuration 🛠

You can change the values in config/perfecty.yml.

Unit tests 🧪

Run all the tests:

go test -v ./...

License 💡

This project is licensed under MIT.

Contributing

If you're interesting on contributing to this project, feel free to submit your suggestions as a PR or an issue directly to any of the projects repos. Remember to read the Code of Conduct and the license information of each project, which in general use the MIT license, except the WordPress plugin.

Collaborators 🔥

rwngallego
Rowinson Gallego

Special Thanks

Jetbrains

Thanks to Jetbrains for supporting this Open Source project with their magnificent tools.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start() (err error)

Start Start the push server

Types

This section is empty.

Directories

Path Synopsis
cmd
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL