mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 08:23:19 +00:00 
			
		
		
		
	README.md - added archlinux section
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -217,6 +217,21 @@ apt-get install -f --fix-missing
 | 
			
		||||
 | 
			
		||||
Start with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`.
 | 
			
		||||
 | 
			
		||||
## ArchLinux (using `pacman`)
 | 
			
		||||
 | 
			
		||||
Packages are available here:
 | 
			
		||||
 | 
			
		||||
- [GitLab-Registry](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/packages)
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
pacman -Sy
 | 
			
		||||
FILENAME=/opt/fastapi-dls.pkg.tar.zst
 | 
			
		||||
url -o $FILENAME <download-url>
 | 
			
		||||
pacman -U --noconfirm fastapi-dls.pkg.tar.zst
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Start with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`.
 | 
			
		||||
 | 
			
		||||
## Let's Encrypt Certificate
 | 
			
		||||
 | 
			
		||||
If you're using installation via docker, you can use `traefik`. Please refer to their documentation.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user