Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadedctrl/distribute-coin
An IPFS-backed URL-shortener and file-host. (🪞 Mirror)
https://github.com/jadedctrl/distribute-coin
file-host file-hosting ipfs redirect-urls redirector redirects
Last synced: 12 days ago
JSON representation
An IPFS-backed URL-shortener and file-host. (🪞 Mirror)
- Host: GitHub
- URL: https://github.com/jadedctrl/distribute-coin
- Owner: JadedCtrl
- License: agpl-3.0
- Created: 2019-05-24T05:34:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T06:06:45.000Z (about 1 year ago)
- Last Synced: 2024-11-19T21:45:10.576Z (2 months ago)
- Topics: file-host, file-hosting, ipfs, redirect-urls, redirector, redirects
- Language: Common Lisp
- Homepage: https://hak.xwx.moe/jadedctrl/distribute-coin
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.txt
Awesome Lists containing this project
README
===============================================================================
DISTRIBUTE-COIN Seize the tokens ♥
===============================================================================distribute-coin's a privacy-focused image-uploading and URL-shortening
service. It doesn't have bells and whistles like accounts or cookies,
JS or tracking… which you might consider good things.
I think they're awful.Probably the one bell it has is that it's backed up by IPFS. Whenever you
upload a file, it's 'added' to IPFS and pinned to the gateway. Then, a
shortened URL (containing the file-name you chose/came with the file) is
created that redirects to the actual IPFS URL.----------------------------------------
USAGE
----------------------------------------
Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/",
and you're good).
There is one thing that isn't in quicklisp that this needs, though:
* cl-ipfs-api² (https://hak.xwx.moe/jadedctrl/cl-ipfs-api2)Once you've loaded :distribute-coin into your REPL, just run:
(distribute-coin:server)You might wanna look at the docstrings for more information, esp.
on usage of #'server.----------------------------------------
BORING STUFF
----------------------------------------
License is AGPLv3-- check COPYING.txt.
Author is Jaidyn Ann
Flagship instance was https://coinsh.red
Sauce is at https://hak.xwx.moe/jadedctrl/distribute-coin