当前位置:网站首页>Orthanc 设置IP访问
Orthanc 设置IP访问
2022-07-19 16:50:00 【小慧哥】
配置好 Orthanc 后 如果不修改Configuration.json文件的参数的话 只能使用localhost访问
需要修改Configuration.json 文件
这里提示下 如果是源码编译出来的 作者暂时没有找到Configuration.json 文件
需要修改Main方法中的代码 设置好 指定Configuration.json 路径 当然 这个不是重点
Configuration修改的地方
RemoteAccessAllowed //修改为True
AuthenticationEnabled=false 给注释去掉
/**
* Security-related options for the HTTP server
**/
// Whether remote hosts can connect to the HTTP server
"RemoteAccessAllowed" : true,
// Whether or not the password protection is enabled (using HTTP
// basic access authentication). Starting with Orthanc 1.5.8, if
// "AuthenticationEnabled" is not explicitly set, authentication is
// enabled iff. remote access is allowed (i.e. the default value of
// "AuthenticationEnabled" equals that of "RemoteAccessAllowed").
"AuthenticationEnabled" : false,
重启软件 可以用IP+端口号访问了
边栏推荐
- [problem solving] the port number is occupied
- Deploy WebService on IIS
- mysql远程登录
- TRMM Precipitation Data Download steps
- ArcGIS导出地图后部分图例不显示
- MIT6.S081-Lab10 mmap [2021Fall]
- 大屏:页面在不同比例屏幕的显示适配与字体随屏幕改变而改变(字体随屏幕分辨率改变自适应的问题)
- What happens to cross domain? Solutions to cross domain problems
- Force deduction solution summary 731- my schedule II
- sqoop跑数模板保存
猜你喜欢
Kyligence李栋:从数据湖到指标中台,提升数据分析ROI
动态内存管理
Multithreaded FTP project (4) -- MySQL database + FTP
Implementation scheme of importing thinkphp6 million xlsx tables into the database
MATLAB绘制环形比例图
MATLAB and 1stOpt multivariate nonlinear regression
ArcGIS custom coordinate system (taking Albers as an example)
Matlab与1stOpt多元非线性回归
Matlab TRMM_3B42数据格式转换(nc转tif,附代码)
行业首个「视频直播技术最佳实践图」发布!
随机推荐
odoo基础开发之CURD(增、删、查、改)
If the total is based on the frame form by field, sort by a field
JVM 上數據處理語言的競爭:Kotlin, Scala 和 SPL
Installation hors ligne du cobbler
银行理财收益越来越低,现在哪些理财产品收益高?
Interviewer: what are the three cache update strategies of redis & MySQL?
Kyligence李栋:从数据湖到指标中台,提升数据分析ROI
Curd of odoo basic development (add, delete, check, change)
Geoscience academic resources III (zoning data)
%d,%s,%c,%x
Leetcode 206.反转链表I
ExpandableListView嵌套Gridview显示不全的问题
sqoop跑数模板保存
Deploy WebService on IIS
Summary of common browser compatibility problems and Solutions
MLX90640 红外热成像仪测温模块简要介绍说明
JVM 上数据处理语言的竞争:Kotlin, Scala 和 SPL
The difference between traditional token and JWT in authentication
mysql远程登录
__str__输出类