Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPFS archives #4

Closed
citrusui opened this issue Jan 24, 2017 · 1 comment
Closed

IPFS archives #4

citrusui opened this issue Jan 24, 2017 · 1 comment

Comments

@citrusui
Copy link
Owner

I'd like to add full support for IPFS/IPNS on my subdomain https://ipfs.citrusui.me.

However, IPFS is still in alpha, (especially IPNS) and is not yet suitable for production. I'd like to implement a simple static site on the aforementioned subdomain that hosts links to hashes on https://ipfs.io.

My initial thought is running a build script that appends hashes to a JSON file, perhaps called contents.json. Then it will take the output from the JSON, maybe using jq, and produce a single page (index.html) or a set of folders with pages, like 2017/01/23/index.html and so on.

And, of course, there should be an about page. I'd prefer it to be separate from the index as its own file.

@citrusui
Copy link
Owner Author

IPFS is a rather tricky feature to implement. For now, Git history and Wayback Machine snapshots should satisfy my nostalgia.

Repository owner locked and limited conversation to collaborators Aug 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant