Minimal webapp for storing own link list
tmux
(for multiplexer functionality, can be anything)python3
brew install tmux python3
sudo apt-get install tmux python3 python3-pip
sudo dnf install tmux python3
tmux new -s linky
git clone https://github.com/enedil/linky.git
cd linky
[sudo] pip3 install -r requirements.txt
python3 linky.py
Ctrl-b d
To view the list, head your browser to localhost:5000.
To add a link, open in browser http://localhost:5000/http://file.domain/url.
If you wish, you can create a bookmarklet. As destination of bookmark enter javascript:location.href='http://localhost:5000/'+location.href