首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏历史专栏

    【愚公系列】2023年01月 Dapr分布式应用运行时-Dapr的安装

    Supported platforms: Kubernetes and self-hosted help Help about any command init Supported platforms: Self-hosted list List all Dapr instances. Supported platforms: Self-hosted run Run Dapr and (optionally) your application side by Supported platforms: Self-hosted status Show the health status of Dapr services. Supported platforms: Self-hosted uninstall Uninstall Dapr runtime.

    84130编辑于 2023-01-03
  • 来自专栏机器学习与系统

    使用 Act 本地运行 GitHub Actions

    一个可行的方式是绑定自己的私有 runner 到代码仓库,这样每次执行 Job 时都会在自己的 runner 上,详情见 self-hosted runners[1]。 如果没有镜像,则可以通过 -P label=self-hosted表示 act 直接在宿主机运行 Actions[5]。 act -P ubuntu-latest=-self-hosted act -P windows-latest=-self-hosted act -P macos-latest=-self-hosted 和-P macos-latest=-self-hosted 直接在宿主机上运行。 act -P windows-latest=-self-hosted act -P macos-latest=-self-hosted .actrc 文件 act 命令的参数过多时,可以放到 .actrc

    2.4K10编辑于 2024-07-02
  • 来自专栏huofo's blog

    ADF 第三篇:Integration runtime和 Linked Service

    IR的作用: 可以在Azure上执行Data Flow 在cloud 数据存储之间执行Copy Activity 在public network上分派转换活动(Transform Activity) Self-hosted on-premises)或Azure虚拟网络种的计算资源执行转换活动(Transform Activity) 如果想在私有网络环境中执行数据集成,那么可以在on-premises环境(私有网络环境)中安装Self-hosted 二,创建Self-Hosted IR 通过Azure Data Factory UI来创建, image.png 选择Self-Hosted 类型,选择手动设置(Manual setup), image.png Download and install integration runtime”,下载安装包,并复制 authentication key,黏贴到"Register Integration Runtime (Self-hosted )" 页面中: image.png 点击页面底部的“Register” 按钮完成Self-Hosted IR的注册。

    2.2K20编辑于 2022-03-18
  • 来自专栏蔻丁杂记

    Windows 系统使用 docker 本地安装并运行 Sentry

    : Ubuntu 2 安装 Sentry Sentry 的 docker 要求是 Linux 环境 启动 Ubuntu,在 Ubuntu 的命令行中,直接使用这里的脚本配置 getsentry/self-hosted : Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept Self-Hosted getsentry/self-hosted.git 如果没有安装 git,先安装 Terminal window sudo apt-get updatesudo apt-get install git 2 cd 到 self-hosted /install.sh --skip-commit-check 3 运行 docker 在 self-hosted 目录运行 docker compose Terminal window sudo docker-compose 请确保这个机器上只有 sentry 相关的容器在运行) Terminal window docker stop $(docker ps -q) 1docker rm $(docker ps -aq) 1 参考链接: Self-Hosted

    71110编辑于 2024-12-25
  • 来自专栏雪雁的专栏

    Visual Studio Online,带来四种开发模式,未来已来。

    远程的前端+本地的后端 这是 VS Online 的 self-hosted 模式。 把自己本地的机器作为 self-hosted 环境,通过远程的 Web 版 VS Code 轻松访问。 就算是出去旅游了,不需要搭建环境,只要有浏览器,连上 self-hosted 环境,还是能修 bug!(逃 远程的前端+远程的后端 这是 VS Online 的全托管模式。

    76830发布于 2019-11-11
  • 来自专栏黑客下午茶

    Sentry 监控 - 私有 Docker Compose 部署与故障排除详解

    https://github.com/getsentry/self-hosted/releases/latest 配置 您很可能希望调整 Sentry 的默认配置。 https://github.com/getsentry/self-hosted/issues/607 从早期版本升级时,您需要经历一些困难。请阅读下面的 难点 部分以获取列表。 恢复 使用 export 命令备份后,恢复它的最简单方法是将其放在主 self-hosted 存储库中的 sentry 目录下,在配置文件旁边。 https://github.com/getsentry/self-hosted/issues/new? https://github.com/getsentry/self-hosted/issues/new/choose

    3.9K30编辑于 2021-12-15
  • 🔥 GoFly Live Chat: The High-Performance Open Source Live Chat Solution Built in

    If you're looking for a ​​self-hosted, scalable, and feature-rich​​ live chat solution, look no further Self-Hosted & Private​​: Unlike SaaS solutions (e.g., Intercom), GoFly gives you full control over your ConclusionGoFly Live Chat is more than just another chat system—it’s a ​​highly scalable, self-hosted

    30810编辑于 2025-08-27
  • 来自专栏碲矿

    超简单 Obsidian 多端同步

    但作为程序员(好像这货很特别啊,特别适合背锅),总是想着把数据留在自己手上——哪怕显然没有商业软件安全(其实很多人是为了不付钱)…… 方案好多,直接上干货分享我使用的方案吧:Self-hosted LiveSync output file /var/log/caddy/couchdb.log } reverse_proxy http://你的IP:5984 } 安装配置插件 安装 Self-hosted

    94911编辑于 2024-12-06
  • 来自专栏人人都是架构师

    自建免费的网站监控服务-在huggingface上部署uptime kuma

    uptime-kuma介绍 Uptime Kuma is an easy-to-use self-hosted monitoring tool. ——louislam/uptime-kuma: A fancy self-hosted monitoring tool (github.com) 一键部署 点击此按钮,可以直接跳过步骤2、3 1.

    2K50编辑于 2023-09-12
  • 来自专栏AllTests软件测试

    Git-简介、安装、创建账号

    选择服务类别,分为: Self-Hosted:在本地或公共云中托管自己的实例(自托管)。 GitLab.com:由GitLab托管的SaaS服务。 Self-Hosted、GitLab.com均有免费和收费服务项。 这里选择GitLab.com,使用Free免费服务项,点击Sign Up进行注册。 登录注册页面,点击Register页签。

    1.6K20编辑于 2022-07-25
  • 来自专栏NebulaGraph 技术文章

    用 GitHub Action 构建一套 CI/CD 系统

    Self-Hosted Runner 除了 GitHub 官方托管的 runner 之外,Action 还允许使用线下自己的机器作为 Runner 来跑 Action 的 job。 在机器上安装好 Action Runner 之后,按照教程,将其注册到项目后,在 workflow 文件中通过配置 runs-on: self-hosted 即可使用。 self-hosted 的机器可以打上不同的 label,这样便可以通过不同的标签来将任务分发到特定的机器上。 self-hosted 也是一个特定的标签。 在 self-hosted 的 runner 中,可以方便地将宿主机上的目录挂载到容器中做文件的共享。 正是基于 Action 上面的容器特性,才方便的在 docker 内做后续编译的缓存加速。

    1.4K50发布于 2020-05-08
  • 来自专栏云原生实验室

    如何给 GitHub Actions 添加自己的超大资源 Runner 主机

    the name of runner: [press Enter for node1] mycentos This runner will have the following labels: 'self-hosted workflows/blank.yml ,内容如下: name: CI on: push: branches: [ master ] jobs: hello: runs-on: self-hosted

    1.5K40发布于 2020-12-14
  • 来自专栏张善友的专栏

    Dapr 交通流量控制示例

    使用 Dapr 的 self-hosted 模式运行示例 执行以下步骤以在自托管模式下运行示例应用程序: 确保你已经在你的计算机上 安装Dapr的 self-hosted 模式,具体参考文档 Dapr

    77720发布于 2021-03-03
  • 来自专栏leehao

    Ollama整合open-webui

    open-webui open-webui Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI

    43910编辑于 2025-02-11
  • 来自专栏NAS原来这么有用

    告别下载器!NAS部署磁力种转下载直链工具,支持音视频在线播放

    磁力种子项目介绍今天要介绍的就是一款能将种子文件或者磁力链接转换为可下载直链,还支持在线播放视频、音频的工具,项目支持Docker部署,Github地址为https://github.com/webtor-io/self-hosted 加速器的设置在镜像-仓库-设置-加速器配置中,可同时设置多个加速地址)加速器设置在镜像仓库中搜索webtor-io并下载镜像,如果搜索不到,可以点击仓库右上角的自定义拉取,输入命令ghcr.io/webtor-io/self-hosted

    2.6K10编辑于 2025-02-06
  • 来自专栏为了不折腾而去折腾的那些事

    用 Docker 私有化部署 GitHub Actions Runner(Runner Fleet)

    最近把我折腾 GitHub self-hosted runner 的一些经验,整理成了一个开源小工具 Runner Fleet(千帆)。 Docker 的又跑不起来 Runner Fleet - 开源 GitHub Runner 私有化部署方案 所以我写了一个开源项目 soulteary/runner-fleet[1] 如果你也在用 self-hosted GitHub - 复制配置 token 指令 点击 “New self-hosted runner”,来到不同操作系统的 Runner 配置页面。 Checkoutcode uses: actions/checkout@v6 上面配置文件中,有一句配置是: runs-on: ubuntu-latest,我们将它修改为 runs-on: self-hosted

    15610编辑于 2026-03-04
  • 来自专栏编程技术向北,人生删除指南

    能动手绝不多说:开源评论系统remark42上手指南

    vkuznecovas/mouthful Mouthful is a self-hosted alternative to Disqus https://mouthful.dizzy.zone/ Golang Dumping comments out, and importing an old dump. schn4ck/schnack Simple self-hosted node app for Disqus-like remark42 comment engine https://remark42.com Golang + SQLIte + 支持 Admin 维护状态:活跃,几天前还在更新 Remark42 is a self-hosted

    1.8K30发布于 2020-08-06
  • 来自专栏林德熙的博客

    dotnet 部署 GitHub 的 Action Runner 制作自托管运行器

    Action 进行持续集成 可以了解是如何写 YAML 配置文件的,而咱需要在这个配置文件里面修改使用自己部署的运行器 jobs: build: # 将 windows-latest 换为 self-hosted 就可以了 # runs-on: windows-latest runs-on: [self-hosted] steps: - uses: actions/checkout

    2.4K30发布于 2020-12-18
  • 来自专栏Kubernetes

    深入分析Kubelet Bootstrap Checkpoint

    1.12 摘要:本文对Kubelet Bootstrap Checkpoint的使用方法、应用场景、工作机制及其代码工作流程进行了全面分析,目前仍处于Alpha阶段,不确定性较大,但值得持续的关注它在self-hosted 总结 本文对Kubelet Bootstrap Checkpoint的使用方法、应用场景、工作机制及其代码工作流程进行了全面分析,目前仍处于Alpha阶段,不确定性较大,但值得持续的关注它在self-hosted

    2K41发布于 2018-11-26
  • 来自专栏历史专栏

    【愚公系列】2023年01月 Dapr分布式应用运行时-Dapr运行.Net Core程序

    Dapr 使用主要有两种模式: 基于docker内 初始化时选择docker外 初始化时选择docker外相关文档:https://docs.dapr.io/operations/hosting/self-hosted

    46530编辑于 2023-01-11
领券