651 B
651 B
安装BaGet
注意事项
- 原生的BaGet使用的是.net code 3.1版本,如果使用更高的版本,需要拉取源代码,切换.net版本,然后编译、发布即可。
- 本次安装使用的是.net8
- 修改配置项:appsettings.json
{
"ApiKey": "d50e3dbd66",
"PackageDeletionBehavior": "Unlist",
"AllowPackageOverwrites": false,
"Database": {
"Type": "Sqlite",
"ConnectionString": "Data Source=./baget.db"
},
"Storage": {
"Type": "FileSystem",
"Path": "/disk/packages"
},
"Search": {
"Type": "Database"
},
}
安装服务