spyda

package module
v0.0.0-...-18d4e17 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: MIT Imports: 1 Imported by: 0

README

spyda

A privacy first search engine.

Building

To build spyda, simply run make. The only dependencies you need installed to run the makefile are go-minify and golang itself.

Usage

-E, --admin-email string        default admin user email (default "support@spyda.dev")
-N, --admin-name string         default admin user name (default "Administrator")
-u, --base-url string           base url to use (default "http://0.0.0.0:8000")
-b, --bind string               [int]:<port> to bind to (default "0.0.0.0:8000")
    --cookie-secret string      cookie secret to use secure sessions (default "INVALID CONFIG VALUE - PLEASE CHANGE THIS VALUE")
-d, --data string               data directory (default "./data")
-D, --debug                     enable debug logging
-m, --description string        set the instance description (default " 🕸 spyda is a privacy first search engine and web crawler.")
-n, --name string               set the instance name (default "spyda.dev")
-T, --results-per-page int      maximum results per page to display (default 10)
    --session-expiry duration   timeout for sessions to expire (default 240h0m0s)
    --smtp-from string          SMTP From to use for email sending (default "INVALID CONFIG VALUE - PLEASE CHANGE THIS VALUE")
    --smtp-host string          SMTP Host to use for email sending (default "smtp.gmail.com")
    --smtp-pass string          SMTP Pass to use for email sending (default "INVALID CONFIG VALUE - PLEASE CHANGE THIS VALUE")
    --smtp-port int             SMTP Port to use for email sending (default 587)
    --smtp-user string          SMTP User to use for email sending (default "INVALID CONFIG VALUE - PLEASE CHANGE THIS VALUE")
-s, --store string              store to use (default "bitcask://spyda.db")
-t, --theme string              set the default theme (default "dark")
-v, --version                   display version information

Cookie secret can be generated with openssl rand -hex 32

A basic spyda server would look like this: ./spyda --cookie-secret xxx -n "Your Spyda Instance" -s bitcask://./data/spyda.db

Instances

Instance Country
https://spyda.dev Unknown (Cloudflare)
https://sy.vern.cc US
http://sy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion US
http://vernbzytqve2yzdud5pndkhwnkhqb2vfjtu7r42tj5savjrabsaq.b32.i2p US

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version release version
	Version = "0.0.1"

	// Commit will be overwritten automatically by the build system
	Commit = "HEAD"
)

Functions

func FullVersion

func FullVersion() string

FullVersion display the full version and build

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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