Skip to content

morbatex/seitanic-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seitanic Cookbook

The selfhostable cookbook

Requirements

Deployment

  1. Clone the repo
  2. Build in release mode (cargo build --release)
  3. Add a Rocket.toml file to your workdir (More Information):
    [global.databases.mongodb]
    url = <MongoDB URL>
    
    [production]
    address = <Binding Address>
    port = <Binding Port>
    secret_key = <Secret Key> 
    
    The secret key is used to encrypt and sing cookies and can be generated by executing openssl rand -base64 32
  4. Deploy the frontend
  5. Start the application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published