Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Jul 11, 2024
1 parent 18ee7f2 commit 972bc6d
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 112 deletions.
18 changes: 11 additions & 7 deletions Apps/AdGuardHome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ x-casaos:
category: Network
description:
en_us: |
AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. Learn more on [our official Github repository](https://github.com/AdguardTeam/AdGuardHome).
Deploy AdGuard Home on your Zima device, and then use it by changing the DNS address assigned by DHCP on your router to the IP address of the Zima device.
Difference from Traditional Ad Blockers. Unlike traditional ad-blocking plugins that work only on individual devices, AdGuard Home offers a network-wide solution. By setting it up, you can block ads and trackers across all your home devices without needing to install any additional software on each device. This means comprehensive protection with minimal effort.
How AdGuard Home Works and How to Use It. AdGuard Home functions as a DNS server that reroutes tracking domains to a "black hole," effectively preventing your devices from connecting to these servers. This blocks ads and trackers not only on your computer but also on your smartphone and smart home devices. To start using AdGuard Home, deploy it on your device, then change the DNS address assigned by DHCP on your router to the IP address of your AdGuard Home server.
Benefits of Deploying AdGuard Home on Zima Private Cloud. Deploying AdGuard Home on a Zima device simplifies network-wide ad and tracker blocking, providing a seamless and secure browsing experience for all your home devices. With Zima, you gain the flexibility to monitor network activity and create custom filtering rules tailored to your needs.
zh_cn: |
AdGuard Home 是一个网络范围的软件,用于阻止广告和跟踪。设置完成后,它将覆盖您的所有家庭设备,您不需要任何客户端软件。在[我们的官方Github存储库](https://github.com/AdguardTeam/AdGuardHome)上了解更多信息
与传统广告拦截器的不同之处。不同于仅在单个设备上工作的传统广告拦截插件,AdGuard Home 提供了一种网络范围的解决方案。通过设置它,您可以在所有家庭设备上屏蔽广告和跟踪器,而无需在每个设备上安装额外的软件。这意味着以最少的努力获得全面的保护
在你的 Zima 设备上部署 AdGuard Home,然后通过修改路由器上的 DHCP 分配的 DNS 地址为 Zima 设备的 IP 地址即可使用。
AdGuard Home 的工作原理及使用方法。AdGuard Home 作为一个 DNS 服务器,通过将跟踪域重定向到“黑洞”来有效地防止您的设备连接到这些服务器。这不仅能在您的计算机上屏蔽广告和跟踪器,还能在您的智能手机和智能家居设备上实现。要开始使用 AdGuard Home,请将其部署在您的设备上,然后将路由器通过 DHCP 分配的 DNS 地址更改为 AdGuard Home 服务器的 IP 地址。
在 Zima 私有云上部署 AdGuard Home 的好处。在 Zima 设备上部署 AdGuard Home 简化了网络范围内的广告和跟踪器拦截,为您所有的家庭设备提供无缝且安全的浏览体验。借助 Zima,您可以灵活地监控网络活动并创建适合您需求的自定义过滤规则。
ar_sa: AdGuard Home هو برنامج شبكة واسعة لمنع الإعلانات والتتبع. بعد إعداده، سيغطي جميع أجهزة منزلك، ولن تحتاج إلى أي برنامج جانبي للعميل. تعرف على المزيد من مستودعنا الرسمي على Github.
de_de: AdGuard Home ist eine Netzwerksoftware zum Blockieren von Werbung und Tracking. Nachdem Sie es eingerichtet haben, deckt es alle Ihre Heimgeräte ab und Sie benötigen dafür keine Client-Software. Erfahren Sie mehr in unserem offiziellen Github-Repository.
es_es: AdGuard Home es un software de red para bloquear anuncios y rastreo. Después de configurarlo, cubrirá todos sus dispositivos en el hogar y no necesitará ningún software cliente para ello. Obtenga más información en nuestro repositorio oficial de Github.
Expand All @@ -94,8 +98,8 @@ x-casaos:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
tagline:
en_us: Network-wide ads & trackers blocking DNS server
zh_cn: 在网络侧阻止广告与跟踪器的DNS服务器
en_us: Blocking ads & tracking Network-widly
zh_cn: 在网络侧阻止广告和跟踪
ar_sa: خادم DNS لمنع الإعلانات والمتتبعين على نطاق الشبكة
de_de: Netzwerkweites Werbe- und Tracker-Blockierungs-DNS-Server
es_es: Servidor DNS de bloqueo de anuncios y rastreadores a nivel de red
Expand Down
79 changes: 69 additions & 10 deletions Apps/Gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,70 @@ x-casaos:
author: CasaOS Team
category: Developer
description:
en_us: Gitea is a community managed lightweight code hosting solution written in Go.
zh_cn: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
en_us: |
Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab.
- Code Hosting
Gitea supports creating and managing repositories, browsing commit history and code files, reviewing and merging code submissions, managing collaborators, handling branches, and more. It also supports many common Git features such as tags, Cherry-pick, hooks, integrated collaboration tools, and more.
- Lightweight and Fast
One of Gitea's design goals is to be lightweight and fast in response. Unlike some large code hosting platforms, it remains lean, performing well in terms of speed, and is suitable for resource-limited server environments. Due to its lightweight design, Gitea has relatively low resource consumption and performs well in resource-constrained environments.
- Easy Deployment and Maintenance
It can be easily deployed on various servers without complex configurations or dependencies. This makes it convenient for individual developers or small teams to set up and manage their own Git services.
- Security
Gitea places a strong emphasis on security, offering features such as user permission management, access control lists, and more to ensure the security of code and data.
- Code Review
Code review supports both the Pull Request workflow and AGit workflow. Reviewers can browse code online and provide review comments or feedback. Submitters can receive review comments and respond or modify code online. Code reviews can help individuals and organizations enhance code quality.
- CI/CD
Gitea Actions supports CI/CD functionality, compatible with GitHub Actions. Users can write workflows in familiar YAML format and reuse a variety of existing Actions plugins. Actions plugins support downloading from any Git website.
- Project Management
Gitea tracks project requirements, features, and bugs through columns and issues. Issues support features like branches, tags, milestones, assignments, time tracking, due dates, dependencies, and more.
- Artifact Repository
Gitea supports over 20 different types of public or private software package management, including Cargo, Chef, Composer, Conan, Conda, Container, Helm, Maven, npm, NuGet, Pub, PyPI, RubyGems, Vagrant, and more.
- Open Source Community Support
Gitea is an open-source project based on the MIT license. It has an active open-source community that continuously develops and improves the platform. The project also actively welcomes community contributions, ensuring updates and innovation.
- Multilingual Support
Gitea provides interfaces in multiple languages, catering to users globally and promoting internationalization and localization.
zh_cn: |
Gitea 是一个轻松自托管的全方位软件开发服务,包含 Git 托管、代码评审、团队协作、包注册表和 CI/CD。它类似于 GitHub、Bitbucket 和 GitLab。
- 代码托管
Gitea 支持创建和管理仓库、浏览提交历史和代码文件、评审和合并代码提交、管理协作者、处理分支等。它还支持许多常见的 Git 功能,如标签、Cherry-pick、钩子、集成协作工具等。
- 轻量且快速
Gitea 的设计目标之一是轻量且响应迅速。与一些大型代码托管平台不同,它保持精简,在速度方面表现良好,适合资源有限的服务器环境。由于其轻量设计,Gitea 的资源消耗相对较低,在资源受限的环境中表现出色。
- 易于部署和维护
Gitea 可以轻松部署在各种服务器上,无需复杂的配置或依赖项。这使得个人开发者或小团队可以方便地设置和管理自己的 Git 服务。
- 安全性
Gitea 非常重视安全性,提供了用户权限管理、访问控制列表等功能,以确保代码和数据的安全。
- 代码评审
Gitea 的代码评审支持 Pull Request 工作流和 AGit 工作流。评审者可以在线浏览代码并提供评审意见或反馈。提交者可以接收评审意见并在线回应或修改代码。代码评审有助于个人和组织提升代码质量。
- CI/CD
Gitea Actions 支持 CI/CD 功能,兼容 GitHub Actions。用户可以使用熟悉的 YAML 格式编写工作流,并重用各种现有的 Actions 插件。Actions 插件支持从任何 Git 网站下载。
- 项目管理
Gitea 通过列和问题跟踪项目需求、功能和 bug。问题支持分支、标签、里程碑、分配、时间跟踪、截止日期、依赖关系等功能。
- 工件仓库
Gitea 支持超过 20 种不同类型的公共或私有软件包管理,包括 Cargo、Chef、Composer、Conan、Conda、Container、Helm、Maven、npm、NuGet、Pub、PyPI、RubyGems、Vagrant 等。
- 开源社区支持
Gitea 是基于 MIT 许可证的开源项目。它拥有一个活跃的开源社区,持续开发和改进平台。该项目还积极欢迎社区贡献,确保更新和创新。
- 多语言支持
Gitea 提供多语言界面,满足全球用户需求,促进国际化和本地化。
ar_sa: Gitea هو حل استضافة الشفرة الخفيفة المدار من قبل المجتمع مكتوب بلغة Go.
de_de: Gitea ist eine von der Community verwaltete, leichte Code-Hosting-Lösung, die in Go geschrieben ist.
es_es: Gitea es una solución de alojamiento de código ligera administrada por la comunidad escrita en Go.
Expand All @@ -73,15 +135,12 @@ x-casaos:
developer: Gitea
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-5.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-6.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.png
tagline:
en_us: Git with a cup of tea
zh_cn: Git 与一杯茶
en_us: Self-hosted software development service
zh_cn: 自托管软件开发服务
ar_sa: Git مع كوب من الشاي
de_de: Git mit einem Tässchen Tee
es_es: Git con una taza de té
Expand Down
26 changes: 17 additions & 9 deletions Apps/Jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,18 @@ x-casaos:
author: CasaOS Team
category: Media
description:
en_us: Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
zh_cn: Jellyfin让您可以收集、管理和流媒体。在您的系统上运行Jellyfin服务器,即可获得免费软件娱乐系统的领先功能,包括铃声和装饰。
en_us: |
Imagine having all your movies, TV shows, and music at your fingertips, ready on any device. Jellyfin transforms your media collection into a personalized entertainment hub, surpassing traditional photo albums. Your media is accessible anywhere and beautifully organized.
Jellyfin is free and open-source, offering high-quality streaming, detailed metadata, and personalized recommendations. Multiple users can have their own media libraries.
Deploying Jellyfin on private cloud devices like Zima provides virtually unlimited storage, seamless streaming, and secure, multi-device access. It's perfect for NAS enthusiasts looking to enhance their home media setup.
zh_cn: |
想象一下,所有的电影、电视节目和音乐触手可及,可以在任何设备上播放。Jellyfin 将您的媒体收藏转变为个性化的娱乐中心,超越传统的照片相册。您的媒体随时随地可访问,并且经过精美的组织。
Jellyfin 是免费的开源软件,提供高质量的流媒体播放、详细的元数据和个性化推荐。多个用户可以拥有各自的媒体库。
在像 Zima 这样的私有云设备上部署 Jellyfin,提供几乎无限的存储空间、无缝的流媒体播放和安全的多设备访问。这对于希望提升家庭媒体设置的 NAS 爱好者来说,是完美的解决方案。
ar_sa: يتيح لك Jellyfin جمع وإدارة وتدفق وسائطك. قم بتشغيل خادم Jellyfin على نظامك واحصل على النظام الرائد للترفيه المجاني ، مع الأجهزة الصوتية والمزايا المتضمنة.
de_de: Jellyfin ermöglicht es Ihnen, Ihre Medien zu sammeln, zu verwalten und zu streamen. Führen Sie den Jellyfin-Server auf Ihrem System aus und erhalten Sie Zugriff auf das führende kostenlose Softwareunterhaltungssystem, inklusive Klingelton und Dekoration.
es_es: Jellyfin le permite recopilar, administrar y transmitir sus medios. Ejecute el servidor Jellyfin en su sistema y obtenga acceso al sistema de entretenimiento de software libre líder, con timbres y adornos incluidos.
Expand All @@ -119,14 +129,12 @@ x-casaos:
developer: Jellyfin
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.png
tagline:
en_us: Puts you in control of your media.
zh_cn: 让您控制媒体。
en_us: The personal Media System
zh_cn: 个人媒体系统
ar_sa: يضعك تحت سيطرتك على وسائطك.
de_de: Stellt Sie in den Mittelpunkt Ihrer Medien.
es_es: Le pone en control de sus medios.
Expand Down
Loading

0 comments on commit 972bc6d

Please sign in to comment.