Categorygithub.com/pichik/pfolio
modulepackage
0.0.0-20240725075212-6351a2e651e8
Repository: https://github.com/pichik/pfolio.git
Documentation: pkg.go.dev

# README

Portfolio Tracker

Track your investing portfolio

Setup

  1. Install
go install github.com/pichik/pfolio@latest

or

git clone https://github.com/pichik/pfolio
  1. Build application
sudo go build -o /usr/local/bin/pfolio pfolio/main.go
  1. Set permissions for ports
sudo setcap CAP_NET_BIND_SERVICE+ep ~/go/bin/pfolio
  1. Fill .pfconfig and add it to your home directory.
  2. Move web directory to a place specified in config.
  3. Remove the rest.

All files in assets/ are publicly accessible.
If you are running https, directory with certificates should be generated.

Usage

# Packages

No description provided by the author

# Functions

No description provided by the author