Project

General

Profile

Ungleich static web hosting » History » Revision 2

Revision 1 (Timothée Floure, 03/12/2020 08:36 AM) → Revision 2/21 (Timothée Floure, 03/12/2020 12:04 PM)

h1. Ungleich Static Web Hosting 

 {{toc}} 

 *%{color:green}This document concerns end-users/customers. See [[The ungleich static web hosting infrastructure]] page for server-side documentation.%* 

 h2. Status 

 This document is *in a DRAFT*. 

 h2. Overview 

 Our "static web hosting offer":https://ungleich.ch/u/products/zerocarbon-webhosting-with-ipv6/ is dead simple: you get an SFTP-accessible storage share which is served by a dual-stack (IPv4+IPv6) NGINX web server. 

 TODO: explain why static hosting is AMAZING. 

 h2. FAQ 

 h3. Q: How do I upload files? 

 We offer you an SFTP interface which is authenticated against our (LDAP) customer directory, which means you can use your ungleich username and password. TODO 

 * Host: (soon) 
 * Port: 22 
 * Username: your ungleich username 
 * Password: your ungleich password 

 You can use the cross-platform "FileZilla (S)FTP client":https://filezilla-project.org/ if you do not know where to start. 

 h3. Q: Can I use SSH keys? 

 Yes! You just have to upload your own @authorized_keys@ file in @.ssh/authorized_keys@. TODO 

 h3. Q: Do I need my own domain name? 

 We expect that most people will use their own domain but we will give you a subdomain of @0co2.cloud@ if you ask us. TODO 

 h3. Q: How do I configure a domain? How many domains can I serve? 

 You can point as many domains as you want to this service. You will first have to set: TODO 

 * An @A@ record for IPv4, pointing to ???. 
 * An @AAAA@ record for IPv6, pointing to ???. 
 * ... or (instead of @A@ and @AAAA@) a @CNAME@ record point to ???. 

 h3. Q: What web server do you use? Can you enable X for me? 

 We use "NGINX":http://nginx.org/ and can reasonable features / configuratiob on demand. TODO 

 h3. Q: How can I make a static website? 

 TODO