mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-10-31 10:37:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Installation
 | |
| description: Docs intro
 | |
| icon: simple/docker
 | |
| ---
 | |
| 
 | |
| <p>
 | |
| You have a few options for deploying homepage, depending on your needs. We offer docker images for a majority of platforms. You can also install and run homepage from source if Docker is not your thing. It can even be installed on Kubernetes with Helm.
 | |
| </p>
 | |
| 
 | |
| !!! danger
 | |
| 
 | |
|     Please note that when using features such as widgets, Homepage can access personal information (for example from your home automation system) and Homepage currently does not (and is not planned to) include any authentication layer itself. Thus, we recommend homepage be deployed behind a reverse proxy including authentication, SSL etc, and / or behind a VPN.
 | |
| 
 | |
| <br>
 | |
| 
 | |
| <div class="grid cards" style="margin: 0 auto;" markdown>
 | |
| :simple-docker: [  Install on Docker :octicons-arrow-right-24:](docker.md)
 | |
| { .card }
 | |
| 
 | |
| :simple-kubernetes: [  Install on Kubernetes :octicons-arrow-right-24:](k8s.md)
 | |
| { .card }
 | |
| 
 | |
| :simple-unraid: [  Install on UNRAID :octicons-arrow-right-24:](unraid.md)
 | |
| { .card }
 | |
| 
 | |
| :simple-nextdotjs: [  Building from source :octicons-arrow-right-24:](source.md)
 | |
| { .card }
 | |
| 
 | |
| </div>
 |