Skip to content

Commit

Permalink
add docker-py-revanced project
Browse files Browse the repository at this point in the history
  • Loading branch information
hlqviet committed Dec 7, 2023
1 parent 6c0f240 commit e58ed3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ const projects = [
role: ProjectRole.Author,
url: "https://github.com/hlqviet/vtv-giai-tri-grabber",
},
{
name: "Docker-Py-Revanced",
description: "One Click Python util to build all Revanced apps",
stack: ["Python", "Docker", "GitHub Actions"],
role: ProjectRole.Contributor,
url: "https://github.com/nikhilbadyal/docker-py-revanced",
},
];

const Home = (props: PageProps) => {
Expand Down

0 comments on commit e58ed3d

Please sign in to comment.