Skip to content

Commit

Permalink
Create FUNDING.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqht committed Oct 6, 2024
1 parent b96312e commit 34f1cbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# These are supported funding model platforms

github: lyqht
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# polar: # Replace with a single Polar username
# buy_me_a_coffee: lyqht
# thanks_dev: # Replace with a single thanks.dev username
custom: 'https://blog.esteetey.dev/sponsor'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A customizable QR code generator to create beautiful and unique QR codes.

<div style="display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; gap:8px;">
<a href="https://github.com/lyqht"><img width="100" src="public/presets/lyqht.svg" /></a>
<a href="https://esteetey.dev"><img width="100" src="public/presets/lyqht.svg" /></a>
<a href="https://www.padlet.com"><img width="100" src="public/presets/padlet.svg" /></a>
<a href="https://www.uilicious.com">
<img width="100" src="public/presets/uilicious.svg" />
Expand Down Expand Up @@ -40,7 +40,6 @@ Batch data export is also now supported.

https://github.com/user-attachments/assets/fef17e6a-c226-4136-9501-8d3e951671e0


## Self-hosting with Docker 🐋

Mini-QR can easily be self-hosted. We provide a [docker-compose.yml](docker-compose.yml) file as well as our own images. We are using GitHub's `ghrc.io` Container Registry.
Expand Down

0 comments on commit 34f1cbe

Please sign in to comment.