mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
b709abe682
@ -44,6 +44,9 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash
|
|||||||
### System Compatibility
|
### System Compatibility
|
||||||
|
|
||||||
- Ubuntu Server 20.04 amd64 (✅ Recommend, Tested)
|
- Ubuntu Server 20.04 amd64 (✅ Recommend, Tested)
|
||||||
|
- Armbian 22.02 armhf/arm64/amd64 (✅ Recommend, Tested)
|
||||||
|
- Elementary OS 6.1 Jólnir amd64 (✅ Recommend, Tested)
|
||||||
|
- Deepin 20.4 amd64 (⚠️ Not Fully Tested Yet)
|
||||||
- Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet)
|
- Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet)
|
||||||
- Debian 11 amd64 (⚠️ Not Fully Tested Yet)
|
- Debian 11 amd64 (⚠️ Not Fully Tested Yet)
|
||||||
- OpenWrt 21.02 amd64 (⚠️ Not Fully Tested Yet)
|
- OpenWrt 21.02 amd64 (⚠️ Not Fully Tested Yet)
|
||||||
@ -83,4 +86,4 @@ So, we set out to build this open source project to develop CasaOS with our own
|
|||||||
- Ober Zhang
|
- Ober Zhang
|
||||||
- Zyaire Ann
|
- Zyaire Ann
|
||||||
- John Guan
|
- John Guan
|
||||||
- Right here, waiting for YOU!
|
- Right here, waiting for YOU!
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import (
|
|||||||
func GetGithubClient() *github.Client {
|
func GetGithubClient() *github.Client {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
ts := oauth2.StaticTokenSource(
|
ts := oauth2.StaticTokenSource(
|
||||||
&oauth2.Token{AccessToken: "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"},
|
&oauth2.Token{AccessToken: ""},
|
||||||
)
|
)
|
||||||
tc := oauth2.NewClient(ctx, ts)
|
tc := oauth2.NewClient(ctx, ts)
|
||||||
client := github.NewClient(tc)
|
client := github.NewClient(tc)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user