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

What else should go in this repo? #2

Open
ansuz opened this issue Mar 13, 2016 · 4 comments
Open

What else should go in this repo? #2

ansuz opened this issue Mar 13, 2016 · 4 comments

Comments

@ansuz
Copy link
Member

ansuz commented Mar 13, 2016

The docs repo has gotten rather large and intimidating.

As it gets periodically merged into the doc folder of cjdns, we should attempt to limit its scope to things which are of immediate concern to a node operator.

There are a lot of topics that are outside of that scope which are still quite relevant to the network. I think we could stand to migrate some of those things here.

Notes about hosting a service on Hyperboria

This includes:

  1. a list of common platforms which support ipv6
  2. configuration details for such services
    • AAAA records
    • binding to your ipv6
    • :: and other syntax with which people coming from the ipv4 world are familiar
  3. privacy concerns
    • what goes into setting up a self-contained service
    • hosting your own fonts, scripts, and other resources

Policy for this repo

See #1

@Kubuxu
Copy link
Collaborator

Kubuxu commented Mar 13, 2016

What I find problematic while creating sites for cjdns is transferring fonts and js libs from cdns into Hype. I think we might want to start efforts of creating Hype cdn possibly basing on IPFS for ease of distribution and so on.

I had whole cdn-js added to IPFS but IMO it is overkill, we should create our own cdn package on need basis.

@lgierth are the ready to use nginx/apache rewrite rules for /ipfs/?

@ghost
Copy link

ghost commented Mar 13, 2016

stuff like this? location ~ "^/(ipfs|ipns|api)(/|$)" {

This is the nginx.conf for ipfs.io: https://github.com/ipfs/infrastructure/blob/master/oldnet/roles/ipfs_gateway/templates/nginx_ipfs_gateway.conf.j2

@kpcyrd
Copy link
Member

kpcyrd commented Mar 13, 2016

@Kubuxu interesting idea, I'm going to work on this the next few days.

@Kubuxu
Copy link
Collaborator

Kubuxu commented Mar 13, 2016

Fonts are the most problematic IMO, you have to download font CSS from cdn, downloads 3 or 4 formats mentioned in this CSS, build new CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants