Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
selfhost:podfetch [2024/01/24 15:48] – created willy | selfhost:podfetch [2024/02/22 13:35] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PodFetch ====== | ||
- | [[https:// | ||
- | |||
- | It needs PostgreSQL, even if it doesnt use it, so: | ||
- | <code bash> | ||
- | > emerge postgresql | ||
- | </ | ||
- | |||
- | you don't need to run it. | ||
- | |||
- | Create user: | ||
- | <code bash> | ||
- | > useradd -d / | ||
- | > su - podfetch | ||
- | > wget https:// | ||
- | > unzip podfetch-linux.zip |