{"id":21027164,"url":"https://github.com/ivanhao/omvinpve","last_synced_at":"2025-05-15T10:32:19.149Z","repository":{"id":56235940,"uuid":"182931445","full_name":"ivanhao/OmvInPve","owner":"ivanhao","description":"Install openmediavault4 in Proxmox VE ( 5.3 5.4 6.0)","archived":false,"fork":false,"pushed_at":"2020-11-24T01:52:22.000Z","size":79,"stargazers_count":84,"open_issues_count":2,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T07:43:14.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanhao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-23T04:18:22.000Z","updated_at":"2025-02-24T21:17:30.000Z","dependencies_parsed_at":"2022-08-15T15:10:37.078Z","dependency_job_id":null,"html_url":"https://github.com/ivanhao/OmvInPve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanhao%2FOmvInPve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanhao%2FOmvInPve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanhao%2FOmvInPve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanhao%2FOmvInPve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanhao","download_url":"https://codeload.github.com/ivanhao/OmvInPve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254323016,"owners_count":22051700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:48:39.742Z","updated_at":"2025-05-15T10:32:14.123Z","avatar_url":"https://github.com/ivanhao.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 注意：此脚本为测试用途，强烈不建议直接在pve中安装omv，请使用systemd-nspawn版本： [systemd-v1.0](https://github.com/ivanhao/OmvInPve/tree/systemd-v1.0)或在pve的虚拟机中安装omv\n\n\u003eThis is a omv4 install in proxmox ve 5.3/5.4/6.0 shell script.\n\n## new systemd-nspawn ##\n\nadd new systemd-nspawn version in [systemd-v1.0](https://github.com/ivanhao/OmvInPve/tree/systemd-v1.0)\nuse `./install.sh` to install.\n\n## install guide ##\n\n1. clone or download the code to your proxmox ve. `git clone https://github.com/ivanhao/OmvInPve.git`\n2. cd to the path\n3. execute the `chmod +x ./*.sh` command to make it have right permission to execute the install or uninstall.\n4. `./OmvInPve.sh` to install.\n\u003e Don't forget to make a snapshot for rpool before run it.\n\n\u003e you must run this script as `root`.\n\n## uninstall guide ##\n`apt-get autoremove openmediavault`\nor\nrollback your zfs rpool's snapshot and reboot.\n\n\n***\n\n\u003e这是一个在proxmox ve 5.3/5.4/6.0 中安装OMV的脚本\n\n## 新的systemd-nspawn版本 ##\n\n增加一个新的systemd-nspawn版本： [systemd-v1.0](https://github.com/ivanhao/OmvInPve/tree/systemd-v1.0)\n好处是不污染主系统，随用随抛,与主系统隔离。\n用`./install.sh`来安装。\n\n## 安装说明 ##\n#### 感谢“proxmox研究”群的  灬心海ζ丶 提供的安装方式，我只是在他的基础上整理了一键安装的脚本。我是群里的龙天，如果这个脚本帮到你了，麻烦点一下右上角的star小星星^_^\n#### 2020-11-19 感谢`电脑Doctor` 提供了pve6.2的安装方式更新\n\n1. clone或下载安装包到proxmox ve里，例如在/root目录运行：`git clone https://github.com/ivanhao/OmvInPve.git`。\n2. 命令行cd到安装包的路径里。\n3. 执行`chmod +x ./*.sh`来让程序有执行的权限。\n4. `./OmvInPve.sh`来安装，根据提示很快就完成了。然后刷新界面。\n\u003e 不要忘记执行前给rpool做个快照，以便恢复快照。\n\n\u003e 需要用root账号来运行\n\n## 卸载 ##\n\n`apt-get autoremove openmediavault` 来卸载。\n或者\n回滚你的rpool快照，重启。\n\n##  Preview 预览 ##\n![preview](./preview.png)\n\n\u003e 如果用OMV共享pve的rpool，需要设置acl权限：\n```\nzfs set aclinherit=passthrough rpool\nzfs set acltype=posixacl rpool\n```\n#### 如果这个脚本帮到你了，麻烦点一下右上角的star小星星^_^\n\n## qq交流群: 878510703\n\n![qq](http://upload-images.jianshu.io/upload_images/4171480-e0204ead0fb41d5e.jpg)\n\n## 如果觉得好的请捐赠一下^_^\n![alipay](https://upload-images.jianshu.io/upload_images/4171480-04c3ebb5c11cfdf9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)\n\n\n感谢捐赠人员！\n\n捐赠列表：\n\n*韬祺（来源支付宝）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanhao%2Fomvinpve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanhao%2Fomvinpve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanhao%2Fomvinpve/lists"}