Skip to content

Commit

Permalink
Added funding/sponsorship information. Added basic-services.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Mar 21, 2022
1 parent eaf3d8a commit a6a86cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ["https://www.buymeacoffee.com/smarthomebeginr"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
!docker-compose-t2-web.yml
!docker-compose-t2-nuc.yml

!.github
.github/*
!.github/FUNDING.yml

!custom
custom/*
!custom/*.example
Expand All @@ -36,6 +40,7 @@ scripts/*
scripts/homeserver/*
!scripts/homeserver/*.example
!scripts/homeserver/media-services.txt
!scripts/homeserver/basic-services.txt
!scripts/systemd
scripts/systemd/*
!scripts/systemd/*.example
Expand Down
7 changes: 7 additions & 0 deletions scripts/homeserver/basic-services.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
socket-proxy
traefik
oauth
vscode
portainer
autoindex
cf-companion

0 comments on commit a6a86cc

Please sign in to comment.