mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge branch 'main' into remove-cgo
This commit is contained in:
		
						commit
						f0a73632e0
					
				
							
								
								
									
										38
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,38 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "baseBranches": ["main"],
 | 
				
			||||||
 | 
					  "username": "renovate-release",
 | 
				
			||||||
 | 
					  "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
 | 
				
			||||||
 | 
					  "branchPrefix": "renovateaction/",
 | 
				
			||||||
 | 
					  "onboarding": false,
 | 
				
			||||||
 | 
					  "extends": ["config:base", ":rebaseStalePrs"],
 | 
				
			||||||
 | 
					  "ignorePresets": [":prHourlyLimit2"],
 | 
				
			||||||
 | 
					  "enabledManagers": ["dockerfile", "gomod", "github-actions","regex" ],
 | 
				
			||||||
 | 
					  "includeForks": true,
 | 
				
			||||||
 | 
					  "repositories": ["juanfont/headscale"],
 | 
				
			||||||
 | 
					  "platform": "github",
 | 
				
			||||||
 | 
					  "packageRules": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "matchDatasources": ["go"],
 | 
				
			||||||
 | 
					        "groupName": "Go modules",
 | 
				
			||||||
 | 
					        "groupSlug": "gomod",
 | 
				
			||||||
 | 
					        "separateMajorMinor": false
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "matchDatasources": ["docker"],
 | 
				
			||||||
 | 
					        "groupName": "Dockerfiles",
 | 
				
			||||||
 | 
					        "groupSlug": "dockerfiles"
 | 
				
			||||||
 | 
					    } 
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "regexManagers": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "fileMatch": [
 | 
				
			||||||
 | 
					          ".github/workflows/.*.yml$"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
 | 
					      "matchStrings": [
 | 
				
			||||||
 | 
					        "\\s*go-version:\\s*\"?(?<currentValue>.*?)\"?\\n"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
 | 
					      "datasourceTemplate": "golang-version",
 | 
				
			||||||
 | 
					      "depNameTemplate": "actions/go-version"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										27
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					name: Renovate
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  schedule:
 | 
				
			||||||
 | 
					    - cron: "* * 5,20 * *" # Every 5th and 20th of the month
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  renovate:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Get token
 | 
				
			||||||
 | 
					        id: get_token
 | 
				
			||||||
 | 
					        uses: machine-learning-apps/actions-app-token@master
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          APP_PEM: ${{ secrets.RENOVATEBOT_SECRET }}
 | 
				
			||||||
 | 
					          APP_ID: ${{ secrets.RENOVATEBOT_APP_ID }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Checkout
 | 
				
			||||||
 | 
					        uses: actions/checkout@v2.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Self-hosted Renovate
 | 
				
			||||||
 | 
					        uses: renovatebot/github-action@v31.81.3
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          configurationFile: .github/renovate.json
 | 
				
			||||||
 | 
					          token: "x-access-token:${{ steps.get_token.outputs.app_token }}"
 | 
				
			||||||
 | 
					        # env:
 | 
				
			||||||
 | 
					        #  LOG_LEVEL: "debug"
 | 
				
			||||||
							
								
								
									
										53
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										53
									
								
								README.md
									
									
									
									
									
								
							@ -47,6 +47,7 @@ If you would like to sponsor features, bugs or prioritisation, reach out to one
 | 
				
			|||||||
| ------- | ----------------------------------------------------------------------------------------------------------------- |
 | 
					| ------- | ----------------------------------------------------------------------------------------------------------------- |
 | 
				
			||||||
| Linux   | Yes                                                                                                               |
 | 
					| Linux   | Yes                                                                                                               |
 | 
				
			||||||
| OpenBSD | Yes                                                                                                               |
 | 
					| OpenBSD | Yes                                                                                                               |
 | 
				
			||||||
 | 
					| FreeBSD | Yes                                                                                                               |
 | 
				
			||||||
| macOS   | Yes (see `/apple` on your headscale for more information)                                                         |
 | 
					| macOS   | Yes (see `/apple` on your headscale for more information)                                                         |
 | 
				
			||||||
| Windows | Yes [docs](./docs/windows-client.md)                                                                              |
 | 
					| Windows | Yes [docs](./docs/windows-client.md)                                                                              |
 | 
				
			||||||
| Android | [You need to compile the client yourself](https://github.com/juanfont/headscale/issues/58#issuecomment-885255270) |
 | 
					| Android | [You need to compile the client yourself](https://github.com/juanfont/headscale/issues/58#issuecomment-885255270) |
 | 
				
			||||||
@ -150,6 +151,13 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>ohdearaugustin</b></sub>
 | 
					            <sub style="font-size:14px"><b>ohdearaugustin</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
 | 
					        <a href=https://github.com/restanrm>
 | 
				
			||||||
 | 
					            <img src=https://avatars.githubusercontent.com/u/4344371?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Adrien Raffin-Caboisse/>
 | 
				
			||||||
 | 
					            <br />
 | 
				
			||||||
 | 
					            <sub style="font-size:14px"><b>Adrien Raffin-Caboisse</b></sub>
 | 
				
			||||||
 | 
					        </a>
 | 
				
			||||||
 | 
					    </td>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/ItalyPaleAle>
 | 
					        <a href=https://github.com/ItalyPaleAle>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/43508?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Alessandro (Ale) Segala/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/43508?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Alessandro (Ale) Segala/>
 | 
				
			||||||
@ -157,6 +165,8 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Alessandro (Ale) Segala</b></sub>
 | 
					            <sub style="font-size:14px"><b>Alessandro (Ale) Segala</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/unreality>
 | 
					        <a href=https://github.com/unreality>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/352522?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=unreality/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/352522?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=unreality/>
 | 
				
			||||||
@ -164,8 +174,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>unreality</b></sub>
 | 
					            <sub style="font-size:14px"><b>unreality</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/negbie>
 | 
					        <a href=https://github.com/negbie>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/20154956?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Eugen Biegler/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/20154956?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Eugen Biegler/>
 | 
				
			||||||
@ -201,6 +209,8 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Michael G.</b></sub>
 | 
					            <sub style="font-size:14px"><b>Michael G.</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/ptman>
 | 
					        <a href=https://github.com/ptman>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/24669?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Paul Tötterman/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/24669?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Paul Tötterman/>
 | 
				
			||||||
@ -208,8 +218,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Paul Tötterman</b></sub>
 | 
					            <sub style="font-size:14px"><b>Paul Tötterman</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/cmars>
 | 
					        <a href=https://github.com/cmars>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/23741?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Casey Marshall/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/23741?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Casey Marshall/>
 | 
				
			||||||
@ -245,6 +253,8 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>thomas</b></sub>
 | 
					            <sub style="font-size:14px"><b>thomas</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/aberoham>
 | 
					        <a href=https://github.com/aberoham>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/586805?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Abraham Ingersoll/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/586805?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Abraham Ingersoll/>
 | 
				
			||||||
@ -252,15 +262,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Abraham Ingersoll</b></sub>
 | 
					            <sub style="font-size:14px"><b>Abraham Ingersoll</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					 | 
				
			||||||
        <a href=https://github.com/restanrm>
 | 
					 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/4344371?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Adrien Raffin-Caboisse/>
 | 
					 | 
				
			||||||
            <br />
 | 
					 | 
				
			||||||
            <sub style="font-size:14px"><b>Adrien Raffin-Caboisse</b></sub>
 | 
					 | 
				
			||||||
        </a>
 | 
					 | 
				
			||||||
    </td>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/artemklevtsov>
 | 
					        <a href=https://github.com/artemklevtsov>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/603798?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Artem Klevtsov/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/603798?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Artem Klevtsov/>
 | 
				
			||||||
@ -305,6 +306,13 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>JJGadgets</b></sub>
 | 
					            <sub style="font-size:14px"><b>JJGadgets</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
 | 
					        <a href=https://github.com/madjam002>
 | 
				
			||||||
 | 
					            <img src=https://avatars.githubusercontent.com/u/679137?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jamie Greeff/>
 | 
				
			||||||
 | 
					            <br />
 | 
				
			||||||
 | 
					            <sub style="font-size:14px"><b>Jamie Greeff</b></sub>
 | 
				
			||||||
 | 
					        </a>
 | 
				
			||||||
 | 
					    </td>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/jimt>
 | 
					        <a href=https://github.com/jimt>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/180326?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jim Tittsler/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/180326?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jim Tittsler/>
 | 
				
			||||||
@ -333,6 +341,8 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Ryan Fowler</b></sub>
 | 
					            <sub style="font-size:14px"><b>Ryan Fowler</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/shaananc>
 | 
					        <a href=https://github.com/shaananc>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/2287839?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Shaanan Cohney/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/2287839?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Shaanan Cohney/>
 | 
				
			||||||
@ -340,8 +350,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Shaanan Cohney</b></sub>
 | 
					            <sub style="font-size:14px"><b>Shaanan Cohney</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/m-tanner-dev0>
 | 
					        <a href=https://github.com/m-tanner-dev0>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/97977342?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Tanner/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/97977342?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Tanner/>
 | 
				
			||||||
@ -377,6 +385,8 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Tjerk Woudsma</b></sub>
 | 
					            <sub style="font-size:14px"><b>Tjerk Woudsma</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/zekker6>
 | 
					        <a href=https://github.com/zekker6>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/1367798?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Zakhar Bessarab/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/1367798?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Zakhar Bessarab/>
 | 
				
			||||||
@ -384,8 +394,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Zakhar Bessarab</b></sub>
 | 
					            <sub style="font-size:14px"><b>Zakhar Bessarab</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/Bpazy>
 | 
					        <a href=https://github.com/Bpazy>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/9838749?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=ZiYuan/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/9838749?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=ZiYuan/>
 | 
				
			||||||
@ -421,6 +429,15 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>lion24</b></sub>
 | 
					            <sub style="font-size:14px"><b>lion24</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
 | 
					</tr>
 | 
				
			||||||
 | 
					<tr>
 | 
				
			||||||
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
 | 
					        <a href=https://github.com/pernila>
 | 
				
			||||||
 | 
					            <img src=https://avatars.githubusercontent.com/u/12460060?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=pernila/>
 | 
				
			||||||
 | 
					            <br />
 | 
				
			||||||
 | 
					            <sub style="font-size:14px"><b>pernila</b></sub>
 | 
				
			||||||
 | 
					        </a>
 | 
				
			||||||
 | 
					    </td>
 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/Wakeful-Cloud>
 | 
					        <a href=https://github.com/Wakeful-Cloud>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/38930607?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Wakeful-Cloud/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/38930607?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Wakeful-Cloud/>
 | 
				
			||||||
@ -428,8 +445,6 @@ make build
 | 
				
			|||||||
            <sub style="font-size:14px"><b>Wakeful-Cloud</b></sub>
 | 
					            <sub style="font-size:14px"><b>Wakeful-Cloud</b></sub>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					 | 
				
			||||||
<tr>
 | 
					 | 
				
			||||||
    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
					    <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
 | 
				
			||||||
        <a href=https://github.com/xpzouying>
 | 
					        <a href=https://github.com/xpzouying>
 | 
				
			||||||
            <img src=https://avatars.githubusercontent.com/u/3946563?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=zy/>
 | 
					            <img src=https://avatars.githubusercontent.com/u/3946563?v=4 width="100;"  style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=zy/>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user