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
- Install
go install github.com/pichik/pfolio@latest
or
git clone https://github.com/pichik/pfolio
- Build application
sudo go build -o /usr/local/bin/pfolio pfolio/main.go
- Set permissions for ports
sudo setcap CAP_NET_BIND_SERVICE+ep ~/go/bin/pfolio
- Fill
.pfconfig
and add it to your home directory. - Move web directory to a place specified in config.
- 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