From f28c51b645d7e837bb2b6bc1f8d8c0d25c657a68 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 23 Mar 2025 20:02:17 +0100 Subject: Add disclaimer about this repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 422b4ca..ef28b66 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ This repository contains Infrastructure as Code (IaC) configurations for my home - **packer/**: Packer templates for creating custom VM images. - **kubernetes/**: Kubernetes cluster and application configurations. - **docker/**: Docker Compose files for containerized services. + +## Disclaimer + +This repository is for testing and learning purposes. The code may not match the current setup in my live homelab environment. Use at your own risk. -- cgit v1.2.3 nput type='hidden' name='showmsg' value='1'/> Yet another android myanimelist client
aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/top_anime_page.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-19Big updaterelease/3.2Clyhtsuriva1-1/+1
Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43