This is how I got subversion running on my brand new 314, running stock 6.2.2.
Step 1. Install the subversion app.
This is non trivial because the installation through Frontview seems to be broken (please Netgear how about a check and fix?)
To install it I eventually was able to find (google it) the subversion for readynas OS subversion-ntgr.deb file. Download that, and then use the upload button in frontview to install it.
This will install subversion, but leaves you in the dark as to what to do next. Presumably it could work using the svn: access method, but I want http and https:.
Step 2. Install the missing modules into the web server.
Using SSH login, issue the commands:
apt-get update apt-get install libapache2-svn
This will download and install mod_dav_svn.so and (although it does not seem to be used or needed... but might depending on access / authentication that you want to use) mod_authz_svn.so.
At this point you are not much further advanced because you need a place for your subversion repository, and a means of pointing the web server at it.
Hence:
Step 3. Make a place for your subversion repositories.
I created mine under /data/.svn
In there I have created htpasswd-file (the authentication password file), and a directory called repos.
under repos, are each of the subversion repositories.
DO NOT make a share through Frontview for the repository location. You DO NOT want to have SMB / NFS / AFS access into the gory guts of the repository, and you don't want standard web access to it either.
Step 4. Tell the web server how to get into the repository.
You need to have a \".conf\" file for the web server so that it can figure out the map from a URL to the underlying storage.
NORMALLY, on OS6, it looks like there should be a file under /apps which is the http web server configuration for each app. However there is no such file for the subversion app, and if you made one it would not be used because there is another file which references them all, and it is auto-managed by Frontview (so edits would get eaten). So instead we create a new file in the global apache2 configuration files location.
So, make a new file called SUBVERSION.conf, and create this in /etc/apache/conf.d
You should be prompted for the username and password set up in the htpassword-file above, and when that is entered correctly, you should be able to see and browse the subversion repositories.
Step 7. Niceties
If your NAS is to use port forwarding through the public internet, then forwarding port 80 will show anyone who comes along that you have a readynas there. They will have to use your admin usename and password, but the less you show the better.
So make a new share called something like \"webroot\", make that the HTTP default, and in that make a file called \"index.html\". In that file, just enter some text like \"Access Denied\", save it, and then anyone who casually points a web browser at your NAS (on port 80) gets that message. They, and you, have to use https://yournas/admin to get the admin page.","board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"conversation":{"__ref":"Conversation:conversation:860145"},"author":{"__typename":"User","login":"quickly_now"},"postTime":"2015-03-29T01:32:59.000-07:00","kudosSumWeight":1}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3w1fDE0OjAsMzk6MXwy","node":{"__typename":"ForumReplyMessage","uid":860146,"body":"I found the downloadable virtual machine, which enabled me to tinker freely without fear of breaking anything significant ;)
edit: after more reading, I think my instructions are very strange ;) better not use these yet...","board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"conversation":{"__ref":"Conversation:conversation:860145"},"author":{"__typename":"User","login":"MoonSire"},"postTime":"2014-02-08T10:19:30.000-08:00","kudosSumWeight":0}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3w1fDE0OjAsMzk6MXwz","node":{"__typename":"ForumReplyMessage","uid":860147,"body":"Hi,
AFAIK, for SVN HTTP(S) access the apache modules \"mod_dav_svn.so\" and \"mod_authz_svn.so\" are missing. I think these should be provided by the subversion app. Anyway, I just installed the svnserve (SVN://) method, to get at least any kind of subversion:
Select a place for the SVN repositories. I just created a share 'svn' from frontview for this. This is located at /data/svn. Probably best to don't make it accessible by any network protocol.
Create a SVN repository, I called it \"projects\". Rename it as you like.
svnadmin create /data/svn/projects
Optionally, edit /data/svn/projects/conf/svnserve.conf. I disabled anonymous access completely:
If the above worked correctly you can install the service so that it starts automatically on bootup:
systemctl enable svnserve.service
The SVN server should now be available at svn://<your nas address>/projects (or the name you gave your repository).
Disclaimer: I'm no Linux expert and this might not be the best/safest/whatever approach, but it works for me. Feel free to make suggestions for improvement!
Thanks for your information for setting up an svn. I followed your steps and was able to create one successfully. However, now I'm encountering an authorization failed message when attempting to commit to the repository. Do you, or anyone know how to solve this issue? I believe the issue is because I put the svn server repo directory into the /data/svn/ share, and when I try to connect with the svn user it's failing because it is expecting a valid user associated with my NAS, not the svn user. I'm not sure. I do however never get a prompt to login with a username or password.
Any clarification and insight into solving this issue would be greatly appreciated.
[EDIT] I found the fix, it seems.
In the svnserve.conf file, just make sure the # symbols (comments) are removed before the: anon-access = none auth-access = write password-db = passwd","board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"conversation":{"__ref":"Conversation:conversation:860145"},"author":{"__typename":"User","login":"m11hut"},"postTime":"2014-05-02T19:02:45.000-07:00","kudosSumWeight":0}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3w1fDE0OjAsMzk6MXw1","node":{"__typename":"ForumReplyMessage","uid":860149,"body":"Hi,
I'm trying to get subversion running on my RN104. I think I have everything setup, however I think I am missing the modules for apache here:
AFAIK, for SVN HTTP(S) access the apache modules \"mod_dav_svn.so\" and \"mod_authz_svn.so\" are missing. I think these should be provided by the subversion app.
How do I get these modules? I installed the app, but I don't see these modules anywhere.
"}},"componentScriptGroups({\"componentId\":\"custom.widget.NFB_ProSupport_For_Business\"})":{"__typename":"ComponentScriptGroups","scriptGroups":{"__typename":"ComponentScriptGroupsDefinition","afterInteractive":{"__typename":"PageScriptGroupDefinition","group":"AFTER_INTERACTIVE","scriptIds":[]},"lazyOnLoad":{"__typename":"PageScriptGroupDefinition","group":"LAZY_ON_LOAD","scriptIds":[]}},"componentScripts":[]},"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/community/NavbarDropdownToggle\"]})":[{"__ref":"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/customComponent/CustomComponent\"]})":[{"__ref":"CachedAsset:text:en_US-components/customComponent/CustomComponent-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/EscalatedMessageBanner\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/EscalatedMessageBanner-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/users/UserLink\"]})":[{"__ref":"CachedAsset:text:en_US-components/users/UserLink-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/users/UserRank\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/users/UserRank-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageTime\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageTime-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageSolvedBadge\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageSolvedBadge-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageSubject\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageSubject-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageBody\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageBody-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageCustomFields\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageCustomFields-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageReplyButton\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageReplyButton-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageListMenu\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageListMenu-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/AcceptedSolutionButton\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/AcceptedSolutionButton-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageView/MessageViewInline\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageView/MessageViewInline-1755165186329"}],"message({\"id\":\"message:860146\"})":{"__ref":"ForumReplyMessage:message:860146"},"message({\"id\":\"message:860147\"})":{"__ref":"ForumReplyMessage:message:860147"},"message({\"id\":\"message:860148\"})":{"__ref":"ForumReplyMessage:message:860148"},"message({\"id\":\"message:860149\"})":{"__ref":"ForumReplyMessage:message:860149"},"message({\"id\":\"message:860155\"})":{"__ref":"ForumReplyMessage:message:860155"},"message({\"id\":\"message:860150\"})":{"__ref":"ForumReplyMessage:message:860150"},"message({\"id\":\"message:860151\"})":{"__ref":"ForumReplyMessage:message:860151"},"message({\"id\":\"message:860152\"})":{"__ref":"ForumReplyMessage:message:860152"},"message({\"id\":\"message:860153\"})":{"__ref":"ForumReplyMessage:message:860153"},"message({\"id\":\"message:860154\"})":{"__ref":"ForumReplyMessage:message:860154"},"coreNode({\"id\":\"community:ejquo23388\"})":{"__ref":"Community:community:ejquo23388"},"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/users/UserAvatar\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/ranks/UserRankLabel\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/common/ExternalLinkWarningModal\"]})":[{"__ref":"CachedAsset:text:en_US-components/common/ExternalLinkWarningModal-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"components/tags/TagView/TagViewChip\"]})":[{"__ref":"CachedAsset:text:en_US-components/tags/TagView/TagViewChip-1755165186329"}],"cachedText({\"lastModified\":\"1755165186329\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/nodes/NodeIcon\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1755165186329"}]},"Theme:customTheme1":{"__typename":"Theme","id":"customTheme1"},"User:user:-1":{"__typename":"User","id":"user:-1","entityType":"USER","eventPath":"community:ejquo23388/user:-1","uid":-1,"login":"Retired_Member","email":"","avatar":null,"rank":null,"kudosWeight":1,"registrationData":{"__typename":"RegistrationData","status":"ANONYMOUS","registrationTime":null,"confirmEmailStatus":false,"registrationAccessLevel":"VIEW","ssoRegistrationFields":[]},"ssoId":null,"profileSettings":{"__typename":"ProfileSettings","dateDisplayStyle":{"__typename":"InheritableStringSettingWithPossibleValues","key":"layout.friendly_dates_enabled","value":"false","localValue":"true","possibleValues":["true","false"]},"dateDisplayFormat":{"__typename":"InheritableStringSetting","key":"layout.format_pattern_date","value":"yyyy-MM-dd","localValue":"MM-dd-yyyy"},"language":{"__typename":"InheritableStringSettingWithPossibleValues","key":"profile.language","value":"en-US","localValue":null,"possibleValues":["en-US","zh-CN","nl-NL","fr-FR","de-DE","it-IT","ja-JP","es-ES"]},"repliesSortOrder":{"__typename":"InheritableStringSettingWithPossibleValues","key":"config.user_replies_sort_order","value":"DEFAULT","localValue":"DEFAULT","possibleValues":["DEFAULT","LIKES","PUBLISH_TIME","REVERSE_PUBLISH_TIME"]}},"deleted":false},"CachedAsset:pages-1755166614700":{"__typename":"CachedAsset","id":"pages-1755166614700","value":[{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogViewAllPostsPage","type":"BLOG","urlPath":"/category/:categoryId/blog/:boardId/all-posts/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CasePortalPage","type":"CASE_PORTAL","urlPath":"/caseportal","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CreateGroupHubPage","type":"GROUP_HUB","urlPath":"/groups/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CaseViewPage","type":"CASE_DETAILS","urlPath":"/case/:caseId/:caseNumber","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"InboxPage","type":"COMMUNITY","urlPath":"/inbox","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"HelpFAQPage","type":"COMMUNITY","urlPath":"/help","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaMessagePage","type":"IDEA_POST","urlPath":"/idea/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaViewAllIdeasPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId/all-ideas/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"LoginPage","type":"USER","urlPath":"/signin","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"WorkstreamsPage","type":"COMMUNITY","urlPath":"/workstreams","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogPostPage","type":"BLOG","urlPath":"/category/:categoryId/blogs/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ThemeEditorPage","type":"COMMUNITY","urlPath":"/designer/themes","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbViewAllArticlesPage","type":"TKB","urlPath":"/category/:categoryId/kb/:boardId/all-articles/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"OccasionEditPage","type":"EVENT","urlPath":"/event/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"OAuthAuthorizationAllowPage","type":"USER","urlPath":"/auth/authorize/allow","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"PageEditorPage","type":"COMMUNITY","urlPath":"/designer/pages","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"PostPage","type":"COMMUNITY","urlPath":"/category/:categoryId/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumBoardPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbBoardPage","type":"TKB","urlPath":"/category/:categoryId/kb/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"EventPostPage","type":"EVENT","urlPath":"/category/:categoryId/events/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"UserBadgesPage","type":"COMMUNITY","urlPath":"/users/:login/:userId/badges","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"GroupHubMembershipAction","type":"GROUP_HUB","urlPath":"/membership/join/:nodeId/:membershipType","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"MaintenancePage","type":"COMMUNITY","urlPath":"/maintenance","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaReplyPage","type":"IDEA_REPLY","urlPath":"/idea/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"UserSettingsPage","type":"USER","urlPath":"/mysettings/:userSettingsTab","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"GroupHubsPage","type":"GROUP_HUB","urlPath":"/groups","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumPostPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"OccasionRsvpActionPage","type":"OCCASION","urlPath":"/event/:boardId/:messageSubject/:messageId/rsvp/:responseType","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"VerifyUserEmailPage","type":"USER","urlPath":"/verifyemail/:userId/:verifyEmailToken","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"AllOccasionsPage","type":"OCCASION","urlPath":"/category/:categoryId/events/:boardId/all-events/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"EventBoardPage","type":"EVENT","urlPath":"/category/:categoryId/events/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbReplyPage","type":"TKB_REPLY","urlPath":"/kb/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaBoardPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CommunityGuideLinesPage","type":"COMMUNITY","urlPath":"/communityguidelines","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CaseCreatePage","type":"SALESFORCE_CASE_CREATION","urlPath":"/caseportal/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbEditPage","type":"TKB","urlPath":"/kb/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForgotPasswordPage","type":"USER","urlPath":"/forgotpassword","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaEditPage","type":"IDEA","urlPath":"/idea/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TagPage","type":"COMMUNITY","urlPath":"/tag/:tagName","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogBoardPage","type":"BLOG","urlPath":"/category/:categoryId/blog/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"OccasionMessagePage","type":"OCCASION_TOPIC","urlPath":"/event/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ManageContentPage","type":"COMMUNITY","urlPath":"/managecontent","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ClosedMembershipNodeNonMembersPage","type":"GROUP_HUB","urlPath":"/closedgroup/:groupHubId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CommunityPage","type":"COMMUNITY","urlPath":"/","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumMessagePage","type":"FORUM_TOPIC","urlPath":"/discussions/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"IdeaPostPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogMessagePage","type":"BLOG_ARTICLE","urlPath":"/blog/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"RegistrationPage","type":"USER","urlPath":"/register","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"EditGroupHubPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumEditPage","type":"FORUM","urlPath":"/discussions/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ResetPasswordPage","type":"USER","urlPath":"/resetpassword/:userId/:resetPasswordToken","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbMessagePage","type":"TKB_ARTICLE","urlPath":"/kb/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogEditPage","type":"BLOG","urlPath":"/blog/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ManageUsersPage","type":"USER","urlPath":"/users/manage/:tab?/:manageUsersTab?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumReplyPage","type":"FORUM_REPLY","urlPath":"/discussions/:boardId/:messageSubject/:messageId/replies/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"PrivacyPolicyPage","type":"COMMUNITY","urlPath":"/privacypolicy","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"NotificationPage","type":"COMMUNITY","urlPath":"/notifications","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"UserPage","type":"USER","urlPath":"/users/:login/:userId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"HealthCheckPage","type":"COMMUNITY","urlPath":"/health","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"OccasionReplyPage","type":"OCCASION_REPLY","urlPath":"/event/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ManageMembersPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/manage/:tab?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"SearchResultsPage","type":"COMMUNITY","urlPath":"/search","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"BlogReplyPage","type":"BLOG_REPLY","urlPath":"/blog/:boardId/:messageSubject/:messageId/replies/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"GroupHubPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TermsOfServicePage","type":"COMMUNITY","urlPath":"/termsofservice","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"CategoryPage","type":"CATEGORY","urlPath":"/category/:categoryId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"ForumViewAllTopicsPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId/all-topics/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"TkbPostPage","type":"TKB","urlPath":"/category/:categoryId/kbs/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1755166614700,"localOverride":null,"page":{"id":"GroupHubPostPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"}],"localOverride":false},"CachedAsset:text:en_US-components/context/AppContext/AppContextProvider-0":{"__typename":"CachedAsset","id":"text:en_US-components/context/AppContext/AppContextProvider-0","value":{"noCommunity":"Cannot find community","noUser":"Cannot find current user","noNode":"Cannot find node with id {nodeId}","noMessage":"Cannot find message with id {messageId}","userBanned":"We're sorry, but you have been banned from using this site.","userBannedReason":"You have been banned for the following reason: {reason}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Loading/LoadingDot-0":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Loading/LoadingDot-0","value":{"title":"Loading..."},"localOverride":false},"Rank:rank:42":{"__typename":"Rank","id":"rank:42","position":32,"name":"Aspirant","color":"333333","icon":null,"rankStyle":"TEXT"},"User:user:248206":{"__typename":"User","id":"user:248206","uid":248206,"login":"MoonSire","deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-5.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"email":"","messagesCount":13,"biography":null,"topicsCount":4,"kudosReceivedCount":0,"kudosGivenCount":0,"kudosWeight":1,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2013-10-15T12:37:48.000-07:00","confirmEmailStatus":null},"followersCount":null,"solutionsCount":0,"entityType":"USER","eventPath":"community:ejquo23388/user:248206"},"Category:category:readynas":{"__typename":"Category","id":"category:readynas","entityType":"CATEGORY","displayId":"readynas","nodeType":"category","depth":3,"title":"ReadyNAS","shortTitle":"ReadyNAS Network Storage","parent":{"__ref":"Category:category:business-solutions"}},"Category:category:top":{"__typename":"Category","id":"category:top","entityType":"CATEGORY","displayId":"top","nodeType":"category","depth":0,"title":"Top","shortTitle":"Top"},"Category:category:English":{"__typename":"Category","id":"category:English","entityType":"CATEGORY","displayId":"English","nodeType":"category","depth":1,"parent":{"__ref":"Category:category:top"},"title":"Welcome to the NETGEAR Community","shortTitle":"Welcome to the NETGEAR Community"},"Category:category:business-solutions":{"__typename":"Category","id":"category:business-solutions","entityType":"CATEGORY","displayId":"business-solutions","nodeType":"category","depth":2,"parent":{"__ref":"Category:category:English"},"title":"Business Solutions","shortTitle":"Business Solutions","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:readynas-current-apps-add-ons":{"__typename":"Forum","id":"board:readynas-current-apps-add-ons","entityType":"FORUM","displayId":"readynas-current-apps-add-ons","nodeType":"board","depth":4,"conversationStyle":"FORUM","repliesProperties":{"__typename":"RepliesProperties","sortOrder":"PUBLISH_TIME","repliesFormat":"threaded"},"tagProperties":{"__typename":"TagNodeProperties","tagsEnabled":{"__typename":"PolicyResult","failureReason":null}},"requireTags":true,"tagType":"PRESET_ONLY","description":"Current NAS Apps and software","title":"ReadyNAS Storage Apps - Current Apps","shortTitle":"ReadyNAS Storage Apps - Current Apps","parent":{"__ref":"Category:category:readynas"},"ancestors":{"__typename":"CoreNodeConnection","edges":[{"__typename":"CoreNodeEdge","node":{"__ref":"Community:community:ejquo23388"}},{"__typename":"CoreNodeEdge","node":{"__ref":"Category:category:English"}},{"__typename":"CoreNodeEdge","node":{"__ref":"Category:category:business-solutions"}},{"__typename":"CoreNodeEdge","node":{"__ref":"Category:category:readynas"}}]},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"theme":{"__ref":"Theme:customTheme1"},"boardPolicies":{"__typename":"BoardPolicies","canViewSpamDashBoard":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.access_spam_quarantine.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.access_spam_quarantine.allowed.accessDenied","args":[]}},"canArchiveMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.content_archivals.enable_content_archival_settings.accessDenied","key":"error.lithium.policies.content_archivals.enable_content_archival_settings.accessDenied","args":[]}},"canPublishArticleOnCreate":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.forums.policy_can_publish_on_create_workflow_action.accessDenied","key":"error.lithium.policies.forums.policy_can_publish_on_create_workflow_action.accessDenied","args":[]}}},"linkProperties":{"__typename":"LinkProperties","isExternalLinkWarningEnabled":true},"avatar":null,"eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/"},"ForumTopicMessage:message:860145":{"__typename":"ForumTopicMessage","uid":860145,"subject":"subversion configuration","id":"message:860145","entityType":"FORUM_TOPIC","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145","revisionNum":1,"repliesCount":15,"author":{"__ref":"User:user:248206"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"conversation":{"__ref":"Conversation:conversation:860145"},"readOnly":true,"editFrozen":false,"showMoveIndicator":false,"moderationData":{"__ref":"ModerationData:moderation_data:860145"},"body":"I am trying to get a subversion server running on my RN314. I have the following packages installed:
Frontview looks very boring since there are no configuration options:
My plan is to access the svn server through https (or http if I can't manage https) and I have found a guide here:(http://adminadventure.wordpress.com/2012/10/31/installing-subversion-on-debian-squeeze-for-http-and-https/) that I think I should be able to follow without any major problems. I just don't know what I dare to touch in the configuration files so that I don't mess up frontview or something else...
Has anyone successfully set up a subversion server on their ReadyNAS running OS6? How did you do it? :)","body@stringLength":"999","rawBody":"I am trying to get a subversion server running on my RN314. I have the following packages installed:
Frontview looks very boring since there are no configuration options:
My plan is to access the svn server through https (or http if I can't manage https) and I have found a guide here:(http://adminadventure.wordpress.com/2012/10/31/installing-subversion-on-debian-squeeze-for-http-and-https/) that I think I should be able to follow without any major problems. I just don't know what I dare to touch in the configuration files so that I don't mess up frontview or something else...
Has anyone successfully set up a subversion server on their ReadyNAS running OS6? How did you do it? :)","kudosSumWeight":0,"postTime":"2014-02-08T07:16:48.000-08:00","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"tags":{"__typename":"TagConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"TagEdge","cursor":"MjUuNHwyLjF8b3wxMHxfTlZffDE","node":{"__typename":"Tag","id":"tag:Netgear Apps & Add-ons","text":"Netgear Apps & Add-ons","time":"2015-07-18T04:44:50.421-07:00","lastActivityTime":null,"messagesCount":null,"followersCount":null}}]},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:860145_1"},"latestVersion":null,"metrics":{"__typename":"MessageMetrics","views":16298},"read":false,"visibilityScope":"PUBLIC","canonicalUrl":null,"seoTitle":null,"seoDescription":null,"isEscalated":null,"placeholder":false,"originalMessageForPlaceholder":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}},"archivalData":null,"searchSnippet":"I am trying to get a subversion server running on my RN314. I have the following packages installed: root@sausage:/root# dpkg --get-selections | grep subversion subversion\t\t\t\t\tinstall subversion-...","replies":{"__typename":"MessageConnection","edges":[{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTQ2","node":{"__ref":"ForumReplyMessage:message:860146"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTQ3","node":{"__ref":"ForumReplyMessage:message:860147"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTQ4","node":{"__ref":"ForumReplyMessage:message:860148"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTQ5","node":{"__ref":"ForumReplyMessage:message:860149"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTUw","node":{"__ref":"ForumReplyMessage:message:860150"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTUx","node":{"__ref":"ForumReplyMessage:message:860151"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTUy","node":{"__ref":"ForumReplyMessage:message:860152"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTUz","node":{"__ref":"ForumReplyMessage:message:860153"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTU0","node":{"__ref":"ForumReplyMessage:message:860154"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTU1","node":{"__ref":"ForumReplyMessage:message:860155"}}],"pageInfo":{"__typename":"PageInfo","hasNextPage":true,"endCursor":"MjUuNHwyLjF8aXwxMHwzOToxfGludCw4NjAxNDYsODYwMTU1","hasPreviousPage":false,"startCursor":null}},"customFields":[]},"Conversation:conversation:860145":{"__typename":"Conversation","id":"conversation:860145","solved":false,"topic":{"__ref":"ForumTopicMessage:message:860145"},"lastPostingActivityTime":"2015-04-21T13:24:06.000-07:00","lastPostTime":"2015-04-21T13:24:06.000-07:00","unreadReplyCount":15,"isSubscribed":false},"ModerationData:moderation_data:860145":{"__typename":"ModerationData","id":"moderation_data:860145","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"Revision:revision:860145_1":{"__typename":"Revision","id":"revision:860145_1","lastEditTime":"2014-02-08T07:16:48.000-08:00"},"CachedAsset:theme:customTheme1-1755165187238":{"__typename":"CachedAsset","id":"theme:customTheme1-1755165187238","value":{"id":"customTheme1","animation":{"fast":"150ms","normal":"250ms","slow":"500ms","slowest":"750ms","function":"cubic-bezier(0.07, 0.91, 0.51, 1)","__typename":"AnimationThemeSettings"},"avatar":{"borderRadius":"10px","collections":["default"],"__typename":"AvatarThemeSettings"},"basics":{"browserIcon":{"imageAssetName":"Browser_Icon-1697787492229.PNG.png","imageLastModified":"1697787496004","__typename":"ThemeAsset"},"customerLogo":{"imageAssetName":"NETGEAR_Community-1744420932835.png","imageLastModified":"1744420934427","__typename":"ThemeAsset"},"maximumWidthOfPageContent":"1600px","oneColumnNarrowWidth":"800px","gridGutterWidthMd":"30px","gridGutterWidthXs":"10px","pageWidthStyle":"WIDTH_OF_BROWSER","__typename":"BasicsThemeSettings"},"buttons":{"borderRadiusSm":"3px","borderRadius":"3px","borderRadiusLg":"5px","paddingY":"5px","paddingYLg":"7px","paddingYHero":"var(--lia-bs-btn-padding-y-lg)","paddingX":"12px","paddingXLg":"16px","paddingXHero":"60px","fontStyle":"NORMAL","fontWeight":"700","textTransform":"NONE","disabledOpacity":0.5,"primaryTextColor":"var(--lia-bs-white)","primaryTextHoverColor":"var(--lia-bs-white)","primaryTextActiveColor":"var(--lia-bs-white)","primaryBgColor":"var(--lia-bs-primary)","primaryBgHoverColor":"hsl(var(--lia-bs-primary-h), var(--lia-bs-primary-s), calc(var(--lia-bs-primary-l) * 0.85))","primaryBgActiveColor":"hsl(var(--lia-bs-primary-h), var(--lia-bs-primary-s), calc(var(--lia-bs-primary-l) * 0.7))","primaryBorder":"1px solid transparent","primaryBorderHover":"1px solid transparent","primaryBorderActive":"1px solid transparent","primaryBorderFocus":"1px solid var(--lia-bs-white)","primaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","secondaryTextColor":"var(--lia-bs-gray-900)","secondaryTextHoverColor":"hsl(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), calc(var(--lia-bs-gray-900-l) * 0.95))","secondaryTextActiveColor":"hsl(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), calc(var(--lia-bs-gray-900-l) * 0.9))","secondaryBgColor":"var(--lia-bs-gray-200)","secondaryBgHoverColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.96))","secondaryBgActiveColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.92))","secondaryBorder":"1px solid transparent","secondaryBorderHover":"1px solid transparent","secondaryBorderActive":"1px solid transparent","secondaryBorderFocus":"1px solid transparent","secondaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","tertiaryTextColor":"var(--lia-bs-gray-900)","tertiaryTextHoverColor":"hsl(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), calc(var(--lia-bs-gray-900-l) * 0.95))","tertiaryTextActiveColor":"hsl(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), calc(var(--lia-bs-gray-900-l) * 0.9))","tertiaryBgColor":"transparent","tertiaryBgHoverColor":"transparent","tertiaryBgActiveColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.04)","tertiaryBorder":"1px solid transparent","tertiaryBorderHover":"1px solid hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","tertiaryBorderActive":"1px solid transparent","tertiaryBorderFocus":"1px solid transparent","tertiaryBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","destructiveTextColor":"var(--lia-bs-danger)","destructiveTextHoverColor":"hsl(var(--lia-bs-danger-h), var(--lia-bs-danger-s), calc(var(--lia-bs-danger-l) * 0.95))","destructiveTextActiveColor":"hsl(var(--lia-bs-danger-h), var(--lia-bs-danger-s), calc(var(--lia-bs-danger-l) * 0.9))","destructiveBgColor":"var(--lia-bs-gray-200)","destructiveBgHoverColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.96))","destructiveBgActiveColor":"hsl(var(--lia-bs-gray-200-h), var(--lia-bs-gray-200-s), calc(var(--lia-bs-gray-200-l) * 0.92))","destructiveBorder":"1px solid transparent","destructiveBorderHover":"1px solid transparent","destructiveBorderActive":"1px solid transparent","destructiveBorderFocus":"1px solid transparent","destructiveBoxShadowFocus":"0 0 0 1px var(--lia-bs-primary), 0 0 0 4px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","__typename":"ButtonsThemeSettings"},"border":{"color":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","mainContent":"DARK","sideContent":"DARK","radiusSm":"3px","radius":"5px","radiusLg":"9px","radius50":"100vw","__typename":"BorderThemeSettings"},"boxShadow":{"xs":"0 0 0 1px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.08), 0 3px 0 -1px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.08)","sm":"0 2px 4px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.06)","md":"0 5px 15px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.15)","lg":"0 10px 30px hsla(var(--lia-bs-gray-900-h), var(--lia-bs-gray-900-s), var(--lia-bs-gray-900-l), 0.15)","__typename":"BoxShadowThemeSettings"},"cards":{"bgColor":"var(--lia-panel-bg-color)","borderRadius":"var(--lia-panel-border-radius)","boxShadow":"var(--lia-box-shadow-xs)","__typename":"CardsThemeSettings"},"chip":{"maxWidth":"300px","height":"30px","__typename":"ChipThemeSettings"},"coreTypes":{"defaultMessageLinkColor":"var(--lia-bs-link-color)","defaultMessageLinkDecoration":"none","defaultMessageLinkFontStyle":"NORMAL","defaultMessageLinkFontWeight":"400","defaultMessageFontStyle":"NORMAL","defaultMessageFontWeight":"400","defaultMessageFontFamily":"var(--lia-bs-font-family-base)","forumColor":"#2D242D","forumFontFamily":"var(--lia-bs-font-family-base)","forumFontWeight":"var(--lia-default-message-font-weight)","forumLineHeight":"var(--lia-bs-line-height-base)","forumFontStyle":"var(--lia-default-message-font-style)","forumMessageLinkColor":"var(--lia-default-message-link-color)","forumMessageLinkDecoration":"var(--lia-default-message-link-decoration)","forumMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","forumMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","forumSolvedColor":"#148563","blogColor":"#1CBAA0","blogFontFamily":"var(--lia-bs-font-family-base)","blogFontWeight":"var(--lia-default-message-font-weight)","blogLineHeight":"1.75","blogFontStyle":"var(--lia-default-message-font-style)","blogMessageLinkColor":"var(--lia-default-message-link-color)","blogMessageLinkDecoration":"var(--lia-default-message-link-decoration)","blogMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","blogMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","tkbColor":"#4C6B90","tkbFontFamily":"var(--lia-bs-font-family-base)","tkbFontWeight":"var(--lia-default-message-font-weight)","tkbLineHeight":"1.75","tkbFontStyle":"var(--lia-default-message-font-style)","tkbMessageLinkColor":"var(--lia-default-message-link-color)","tkbMessageLinkDecoration":"var(--lia-default-message-link-decoration)","tkbMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","tkbMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","qandaColor":"#4099E2","qandaFontFamily":"var(--lia-bs-font-family-base)","qandaFontWeight":"var(--lia-default-message-font-weight)","qandaLineHeight":"var(--lia-bs-line-height-base)","qandaFontStyle":"var(--lia-default-message-link-font-style)","qandaMessageLinkColor":"var(--lia-default-message-link-color)","qandaMessageLinkDecoration":"var(--lia-default-message-link-decoration)","qandaMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","qandaMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","qandaSolvedColor":"#3FA023","ideaColor":"#FF8000","ideaFontFamily":"var(--lia-bs-font-family-base)","ideaFontWeight":"var(--lia-default-message-font-weight)","ideaLineHeight":"var(--lia-bs-line-height-base)","ideaFontStyle":"var(--lia-default-message-font-style)","ideaMessageLinkColor":"var(--lia-default-message-link-color)","ideaMessageLinkDecoration":"var(--lia-default-message-link-decoration)","ideaMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","ideaMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","contestColor":"#FCC845","contestFontFamily":"var(--lia-bs-font-family-base)","contestFontWeight":"var(--lia-default-message-font-weight)","contestLineHeight":"var(--lia-bs-line-height-base)","contestFontStyle":"var(--lia-default-message-link-font-style)","contestMessageLinkColor":"var(--lia-default-message-link-color)","contestMessageLinkDecoration":"var(--lia-default-message-link-decoration)","contestMessageLinkFontStyle":"ITALIC","contestMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","occasionColor":"#D13A1F","occasionFontFamily":"var(--lia-bs-font-family-base)","occasionFontWeight":"var(--lia-default-message-font-weight)","occasionLineHeight":"var(--lia-bs-line-height-base)","occasionFontStyle":"var(--lia-default-message-font-style)","occasionMessageLinkColor":"var(--lia-default-message-link-color)","occasionMessageLinkDecoration":"var(--lia-default-message-link-decoration)","occasionMessageLinkFontStyle":"var(--lia-default-message-link-font-style)","occasionMessageLinkFontWeight":"var(--lia-default-message-link-font-weight)","grouphubColor":"#333333","categoryColor":"#949494","communityColor":"#FFFFFF","productColor":"#949494","__typename":"CoreTypesThemeSettings"},"colors":{"black":"#000000","white":"#FFFFFF","gray100":"#F7F7F7","gray200":"#F7F7F7","gray300":"#E8E8E8","gray400":"#D9D9D9","gray500":"#CCCCCC","gray600":"#949494","gray700":"#707070","gray800":"#545454","gray900":"#333333","dark":"#545454","light":"#F7F7F7","primary":"#000000","secondary":"#333333","bodyText":"#504B51","bodyBg":"#EFF4F9","info":"#409AE2","success":"#41C5AE","warning":"#FCC844","danger":"#D13A1F","alertSystem":"#FF6600","textMuted":"#707070","highlight":"#FFFCAD","outline":"var(--lia-bs-primary)","custom":["#FFFFFF","#EFF4F9","#00B9FF","#6C717A","#26E880","#002FFF","#2F353F","#12171E","#085E4F","#001D9E","#986943"],"__typename":"ColorsThemeSettings"},"divider":{"size":"3px","marginLeft":"4px","marginRight":"4px","borderRadius":"50%","bgColor":"var(--lia-bs-gray-600)","bgColorActive":"var(--lia-bs-gray-600)","__typename":"DividerThemeSettings"},"dropdown":{"fontSize":"var(--lia-bs-font-size-sm)","borderColor":"var(--lia-bs-border-color)","borderRadius":"var(--lia-bs-border-radius-sm)","dividerBg":"var(--lia-bs-gray-300)","itemPaddingY":"5px","itemPaddingX":"20px","headerColor":"var(--lia-bs-gray-700)","__typename":"DropdownThemeSettings"},"email":{"link":{"color":"#0069D4","hoverColor":"#0061c2","decoration":"none","hoverDecoration":"underline","__typename":"EmailLinkSettings"},"border":{"color":"#e4e4e4","__typename":"EmailBorderSettings"},"buttons":{"borderRadiusLg":"5px","paddingXLg":"16px","paddingYLg":"7px","fontWeight":"700","primaryTextColor":"#ffffff","primaryTextHoverColor":"#ffffff","primaryBgColor":"#0069D4","primaryBgHoverColor":"#005cb8","primaryBorder":"1px solid transparent","primaryBorderHover":"1px solid transparent","__typename":"EmailButtonsSettings"},"panel":{"borderRadius":"5px","borderColor":"#e4e4e4","__typename":"EmailPanelSettings"},"__typename":"EmailThemeSettings"},"emoji":{"skinToneDefault":"#ffcd43","skinToneLight":"#fae3c5","skinToneMediumLight":"#e2cfa5","skinToneMedium":"#daa478","skinToneMediumDark":"#a78058","skinToneDark":"#5e4d43","__typename":"EmojiThemeSettings"},"heading":{"color":"var(--lia-bs-body-color)","fontFamily":"Outfit ExtraLight","fontStyle":"NORMAL","fontWeight":"600","h1FontSize":"40px","h2FontSize":"36px","h3FontSize":"32px","h4FontSize":"28px","h5FontSize":"24px","h6FontSize":"22px","lineHeight":"1.3","subHeaderFontSize":"14px","subHeaderFontWeight":"500","h1LetterSpacing":"normal","h2LetterSpacing":"normal","h3LetterSpacing":"normal","h4LetterSpacing":"normal","h5LetterSpacing":"normal","h6LetterSpacing":"normal","subHeaderLetterSpacing":"2px","h1FontWeight":"var(--lia-bs-headings-font-weight)","h2FontWeight":"var(--lia-bs-headings-font-weight)","h3FontWeight":"var(--lia-bs-headings-font-weight)","h4FontWeight":"var(--lia-bs-headings-font-weight)","h5FontWeight":"var(--lia-bs-headings-font-weight)","h6FontWeight":"var(--lia-bs-headings-font-weight)","__typename":"HeadingThemeSettings"},"icons":{"size10":"10px","size12":"12px","size14":"14px","size16":"16px","size20":"20px","size24":"24px","size30":"30px","size40":"40px","size50":"50px","size60":"60px","size80":"80px","size120":"120px","size160":"160px","__typename":"IconsThemeSettings"},"imagePreview":{"bgColor":"var(--lia-bs-gray-900)","titleColor":"var(--lia-bs-white)","controlColor":"var(--lia-bs-white)","controlBgColor":"var(--lia-bs-gray-800)","__typename":"ImagePreviewThemeSettings"},"input":{"borderColor":"var(--lia-bs-gray-600)","disabledColor":"var(--lia-bs-gray-600)","focusBorderColor":"var(--lia-bs-primary)","labelMarginBottom":"10px","btnFontSize":"var(--lia-bs-font-size-sm)","focusBoxShadow":"0 0 0 3px hsla(var(--lia-bs-primary-h), var(--lia-bs-primary-s), var(--lia-bs-primary-l), 0.2)","checkLabelMarginBottom":"2px","checkboxBorderRadius":"3px","borderRadiusSm":"var(--lia-bs-border-radius-sm)","borderRadius":"var(--lia-bs-border-radius)","borderRadiusLg":"var(--lia-bs-border-radius-lg)","formTextMarginTop":"4px","textAreaBorderRadius":"var(--lia-bs-border-radius)","activeFillColor":"var(--lia-bs-primary)","__typename":"InputThemeSettings"},"loading":{"dotDarkColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.2)","dotLightColor":"hsla(var(--lia-bs-white-h), var(--lia-bs-white-s), var(--lia-bs-white-l), 0.5)","barDarkColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.06)","barLightColor":"hsla(var(--lia-bs-white-h), var(--lia-bs-white-s), var(--lia-bs-white-l), 0.4)","__typename":"LoadingThemeSettings"},"link":{"color":"var(--lia-bs-primary)","hoverColor":"hsl(var(--lia-bs-primary-h), var(--lia-bs-primary-s), calc(var(--lia-bs-primary-l) - 10%))","decoration":"none","hoverDecoration":"underline","__typename":"LinkThemeSettings"},"listGroup":{"itemPaddingY":"15px","itemPaddingX":"15px","borderColor":"var(--lia-bs-gray-300)","__typename":"ListGroupThemeSettings"},"modal":{"contentTextColor":"var(--lia-bs-body-color)","contentBg":"var(--lia-bs-white)","backgroundBg":"var(--lia-bs-black)","smSize":"440px","mdSize":"760px","lgSize":"1080px","backdropOpacity":0.3,"contentBoxShadowXs":"var(--lia-bs-box-shadow-sm)","contentBoxShadow":"var(--lia-bs-box-shadow)","headerFontWeight":"700","__typename":"ModalThemeSettings"},"navbar":{"position":"FIXED","background":{"attachment":null,"clip":null,"color":"var(--lia-bs-white)","imageAssetName":null,"imageLastModified":"0","origin":null,"position":"CENTER_CENTER","repeat":"NO_REPEAT","size":"COVER","__typename":"BackgroundProps"},"backgroundOpacity":0.8,"paddingTop":"15px","paddingBottom":"15px","borderBottom":"1px solid var(--lia-bs-border-color)","boxShadow":"var(--lia-bs-box-shadow-sm)","brandMarginRight":"30px","brandMarginRightSm":"10px","brandLogoHeight":"30px","linkGap":"10px","linkJustifyContent":"flex-start","linkPaddingY":"5px","linkPaddingX":"10px","linkDropdownPaddingY":"9px","linkDropdownPaddingX":"var(--lia-nav-link-px)","linkColor":"var(--lia-bs-body-color)","linkHoverColor":"var(--lia-bs-primary)","linkFontSize":"var(--lia-bs-font-size-sm)","linkFontStyle":"NORMAL","linkFontWeight":"400","linkTextTransform":"NONE","linkLetterSpacing":"normal","linkBorderRadius":"var(--lia-bs-border-radius-sm)","linkBgColor":"transparent","linkBgHoverColor":"transparent","linkBorder":"none","linkBorderHover":"none","linkBoxShadow":"none","linkBoxShadowHover":"none","linkTextBorderBottom":"none","linkTextBorderBottomHover":"none","dropdownPaddingTop":"10px","dropdownPaddingBottom":"15px","dropdownPaddingX":"10px","dropdownMenuOffset":"2px","dropdownDividerMarginTop":"10px","dropdownDividerMarginBottom":"10px","dropdownBorderColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","controllerBgHoverColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.1)","controllerIconColor":"var(--lia-bs-body-color)","controllerIconHoverColor":"var(--lia-bs-body-color)","controllerTextColor":"var(--lia-nav-controller-icon-color)","controllerTextHoverColor":"var(--lia-nav-controller-icon-hover-color)","controllerHighlightColor":"hsla(30, 100%, 50%)","controllerHighlightTextColor":"var(--lia-yiq-light)","controllerBorderRadius":"var(--lia-border-radius-50)","hamburgerColor":"var(--lia-nav-controller-icon-color)","hamburgerHoverColor":"var(--lia-nav-controller-icon-color)","hamburgerBgColor":"transparent","hamburgerBgHoverColor":"transparent","hamburgerBorder":"none","hamburgerBorderHover":"none","collapseMenuMarginLeft":"20px","collapseMenuDividerBg":"var(--lia-nav-link-color)","collapseMenuDividerOpacity":0.16,"__typename":"NavbarThemeSettings"},"pager":{"textColor":"var(--lia-bs-link-color)","textFontWeight":"var(--lia-font-weight-md)","textFontSize":"var(--lia-bs-font-size-sm)","__typename":"PagerThemeSettings"},"panel":{"bgColor":"var(--lia-bs-white)","borderRadius":"var(--lia-bs-border-radius)","borderColor":"var(--lia-bs-border-color)","boxShadow":"none","__typename":"PanelThemeSettings"},"popover":{"arrowHeight":"8px","arrowWidth":"16px","maxWidth":"300px","minWidth":"100px","headerBg":"var(--lia-bs-white)","borderColor":"var(--lia-bs-border-color)","borderRadius":"var(--lia-bs-border-radius)","boxShadow":"0 0.5rem 1rem hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.15)","__typename":"PopoverThemeSettings"},"prism":{"color":"#000000","bgColor":"#f5f2f0","fontFamily":"var(--font-family-monospace)","fontSize":"var(--lia-bs-font-size-base)","fontWeightBold":"var(--lia-bs-font-weight-bold)","fontStyleItalic":"italic","tabSize":2,"highlightColor":"#b3d4fc","commentColor":"#62707e","punctuationColor":"#6f6f6f","namespaceOpacity":"0.7","propColor":"#990055","selectorColor":"#517a00","operatorColor":"#906736","operatorBgColor":"hsla(0, 0%, 100%, 0.5)","keywordColor":"#0076a9","functionColor":"#d3284b","variableColor":"#c14700","__typename":"PrismThemeSettings"},"rte":{"bgColor":"var(--lia-bs-white)","borderRadius":"var(--lia-panel-border-radius)","boxShadow":" var(--lia-panel-box-shadow)","customColor1":"#bfedd2","customColor2":"#fbeeb8","customColor3":"#f8cac6","customColor4":"#eccafa","customColor5":"#c2e0f4","customColor6":"#2dc26b","customColor7":"#f1c40f","customColor8":"#e03e2d","customColor9":"#b96ad9","customColor10":"#3598db","customColor11":"#169179","customColor12":"#e67e23","customColor13":"#ba372a","customColor14":"#843fa1","customColor15":"#236fa1","customColor16":"#ecf0f1","customColor17":"#ced4d9","customColor18":"#95a5a6","customColor19":"#7e8c8d","customColor20":"#34495e","customColor21":"#000000","customColor22":"#ffffff","defaultMessageHeaderMarginTop":"40px","defaultMessageHeaderMarginBottom":"12px","defaultMessageItemMarginTop":"0","defaultMessageItemMarginBottom":"2px","diffAddedColor":"hsla(170, 53%, 51%, 0.4)","diffChangedColor":"hsla(43, 97%, 63%, 0.4)","diffNoneColor":"hsla(0, 0%, 80%, 0.4)","diffRemovedColor":"hsla(9, 74%, 47%, 0.4)","specialMessageHeaderMarginTop":"40px","specialMessageHeaderMarginBottom":"12px","specialMessageItemMarginTop":"0","specialMessageItemMarginBottom":"2px","tableBgColor":"transparent","tableBorderColor":"var(--lia-bs-gray-700)","tableBorderStyle":"solid","tableCellPaddingX":"5px","tableCellPaddingY":"5px","tableTextColor":"var(--lia-bs-body-color)","tableVerticalAlign":"middle","__typename":"RteThemeSettings"},"tags":{"bgColor":"var(--lia-bs-gray-200)","bgHoverColor":"var(--lia-bs-gray-400)","borderRadius":"var(--lia-bs-border-radius-sm)","color":"var(--lia-bs-body-color)","hoverColor":"var(--lia-bs-body-color)","fontWeight":"var(--lia-font-weight-md)","fontSize":"var(--lia-font-size-xxs)","textTransform":"UPPERCASE","letterSpacing":"0.5px","__typename":"TagsThemeSettings"},"toasts":{"borderRadius":"var(--lia-bs-border-radius)","paddingX":"12px","__typename":"ToastsThemeSettings"},"typography":{"fontFamilyBase":"Outfit","fontStyleBase":"NORMAL","fontWeightBase":"400","fontWeightLight":"300","fontWeightNormal":"400","fontWeightMd":"500","fontWeightBold":"700","letterSpacingSm":"normal","letterSpacingXs":"normal","lineHeightBase":"1","fontSizeBase":"17px","fontSizeXxs":"11px","fontSizeXs":"15px","fontSizeSm":"16px","fontSizeLg":"20px","fontSizeXl":"24px","smallFontSize":"14px","customFonts":[{"source":"SERVER","name":"Nunito Regular","styles":[{"style":"NORMAL","weight":"400","__typename":"FontStyleData"}],"assetNames":["NunitoRegular-normal-400.woff2"],"__typename":"CustomFont"},{"source":"SERVER","name":"Nunito Italic","styles":[{"style":"ITALIC","weight":"400","__typename":"FontStyleData"}],"assetNames":["NunitoItalic-italic-400.woff2"],"__typename":"CustomFont"},{"source":"SERVER","name":"Nunito Sans","styles":[{"style":"NORMAL","weight":"400","__typename":"FontStyleData"}],"assetNames":["NunitoSans-normal-400.woff2"],"__typename":"CustomFont"},{"source":"SERVER","name":"Outfit","styles":[{"style":"NORMAL","weight":"400","__typename":"FontStyleData"},{"style":"NORMAL","weight":"700","__typename":"FontStyleData"}],"assetNames":["Outfit-normal-400.woff2","Outfit-normal-700.woff2"],"__typename":"CustomFont"},{"source":"SERVER","name":"Outfit ExtraLight","styles":[{"style":"NORMAL","weight":"100","__typename":"FontStyleData"},{"style":"NORMAL","weight":"600","__typename":"FontStyleData"}],"assetNames":["OutfitExtraLight-normal-100.woff2","OutfitExtraLight-normal-600.woff2"],"__typename":"CustomFont"}],"__typename":"TypographyThemeSettings"},"unstyledListItem":{"marginBottomSm":"5px","marginBottomMd":"10px","marginBottomLg":"15px","marginBottomXl":"20px","marginBottomXxl":"25px","__typename":"UnstyledListItemThemeSettings"},"yiq":{"light":"#ffffff","dark":"#000000","__typename":"YiqThemeSettings"},"colorLightness":{"primaryDark":0.36,"primaryLight":0.74,"primaryLighter":0.89,"primaryLightest":0.95,"infoDark":0.39,"infoLight":0.72,"infoLighter":0.85,"infoLightest":0.93,"successDark":0.24,"successLight":0.62,"successLighter":0.8,"successLightest":0.91,"warningDark":0.39,"warningLight":0.68,"warningLighter":0.84,"warningLightest":0.93,"dangerDark":0.41,"dangerLight":0.72,"dangerLighter":0.89,"dangerLightest":0.95,"__typename":"ColorLightnessThemeSettings"},"localOverride":false,"__typename":"Theme"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Loading/LoadingDot-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Loading/LoadingDot-1755165186329","value":{"title":"Loading..."},"localOverride":false},"CachedAsset:quilt:netgear.prod:pages/forums/ForumMessagePage:board:readynas-current-apps-add-ons-1755165185108":{"__typename":"CachedAsset","id":"quilt:netgear.prod:pages/forums/ForumMessagePage:board:readynas-current-apps-add-ons-1755165185108","value":{"id":"ForumMessagePage_PzZzDv","container":{"id":"Common","headerProps":{"backgroundImageProps":null,"backgroundColor":null,"addComponents":null,"removeComponents":["community.widget.bannerWidget"],"componentOrder":null,"__typename":"QuiltContainerSectionProps"},"headerComponentProps":{"community.widget.breadcrumbWidget":{"disableLastCrumbForDesktop":false}},"footerProps":null,"footerComponentProps":null,"items":[{"id":"witfun","layout":"ONE_COLUMN","bgColor":"var(--lia-bs-gray-300)","showTitle":false,"showDescription":false,"textPosition":"CENTER","textColor":"var(--lia-bs-body-color)","sectionEditLevel":null,"bgImage":null,"disableSpacing":null,"edgeToEdgeDisplay":null,"fullHeight":null,"showBorder":null,"__typename":"OneColumnQuiltSection","columnMap":{"main":[{"id":"nodes.widget.nodeActionButtonWidget","className":null,"props":{"buttonAlignment":"right","instanceId":null,"buttonStyle":"lg","actionButtonTitle":"","lazyLoad":false,"buttonWidth":"content_width"},"__typename":"QuiltComponent"}],"__typename":"OneSectionColumns"}},{"id":"VzPCrA","layout":"MAIN_SIDE","bgColor":"var(--lia-bs-gray-300)","showTitle":false,"showDescription":false,"textPosition":"CENTER","textColor":"var(--lia-bs-body-color)","sectionEditLevel":null,"bgImage":null,"disableSpacing":null,"edgeToEdgeDisplay":null,"fullHeight":null,"showBorder":null,"__typename":"MainSideQuiltSection","columnMap":{"main":[{"id":"messages.widget.topicWithThreadedReplyListWidget","className":"lia-topic-with-replies","props":{"editLevel":"CONFIGURE"},"__typename":"QuiltComponent"}],"side":[{"id":"messages.widget.relatedContentWidget","className":null,"props":{"hideIfEmpty":false,"enablePagination":false,"useTitle":true,"listVariant":{"type":"unstyled","props":{"listItemSpacing":"xxl"}},"pageSize":5,"style":"compact","pagerVariant":{"type":"none"},"viewVariant":{"type":"inline","props":{"useRepliesCount":false,"useMedia":false,"useAuthorRank":false,"useNode":false,"boardIconSize":"24","useAuthorLoginLink":true,"useNodeLink":true,"usePreviewMedia":true,"timeStampType":"postTime","useTextBody":true,"useSolvedBadge":false,"renderPostTimeBeforeAuthor":true,"useAvatar":false,"useVideoPreview":false,"portraitClampBodyLines":3,"useCompactSpacing":true,"useTimeToRead":false,"useSpoilerFreeBody":true,"useKudosCount":false,"useViewCount":false,"useBody":false,"useTags":false,"clampSubjectLines":1,"useBoardIcon":true,"useMessageTimeLink":true,"useAuthorLogin":true}},"lazyLoad":false,"panelType":"standard"},"__typename":"QuiltComponent"},{"id":"custom.widget.Netgear_Academy","className":null,"props":{"widgetVisibility":"signedInOrAnonymous","useTitle":true,"useBackground":true,"title":"NETGEAR Academy","lazyLoad":false},"__typename":"QuiltComponent"},{"id":"custom.widget.NFB_ProSupport_For_Business","className":null,"props":{"widgetVisibility":"signedInOrAnonymous","useTitle":true,"useBackground":true,"title":"ProSupport for Business","lazyLoad":false},"__typename":"QuiltComponent"}],"__typename":"MainSideSectionColumns"}}],"__typename":"QuiltContainer"},"__typename":"Quilt","localOverride":false},"localOverride":false},"CachedAsset:text:en_US-components/common/EmailVerification-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/common/EmailVerification-1755165186329","value":{"email.verification.title":"Email Verification Required","email.verification.message.update.email":"To participate in the community, you must first verify your email address. The verification email was sent to {email}. To change your email, visit My Settings.","email.verification.message.resend.email":"To participate in the community, you must first verify your email address. The verification email was sent to {email}. Resend email."},"localOverride":false},"CachedAsset:text:en_US-pages/forums/ForumMessagePage-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-pages/forums/ForumMessagePage-1755165186329","value":{"title":"{contextMessageSubject} | {communityTitle}","errorMissing":"This message cannot be found","name":"Forum Message Page","section.message-list.title":"Forum Discussion","archivedMessageTitle":"This Content Has Been Archived","section.ggPfrX.description":"","section.witfun.title":"","section.Ifupfq.description":"","section.HDsmbT.description":"","section.VzPCrA.title":"Forum Discussion","section.zhfXtQ.description":"","section.section-1744733491922.description":"","section.PcIbEX.title":"","section.oqZKRI.title":"Forum Discussion","section.LldQzr.title":"Forum Discussion","section.sEZyct.description":"","section.PcIbEX.description":"","section.Iolbog.title":"Forum Discussion","section.oPauEA.title":"","section.CzkEIE.title":"","section.lfyQfk.title":"Forum Discussion","section.fsPCXp.title":"Forum Discussion","section.jeVZXZ.title":"Forum Discussion","section.section-1744733491922.title":"","section.HDsmbT.title":"Forum Discussion","section.LldQzr.description":"","section.lfyQfk.description":"","section.mamNog.title":"","section.CdMvCb.title":"","section.sEZyct.title":"","section.CzkEIE.description":"","section.Ifupfq.title":"","section.Iolbog.description":"","section.VzPCrA.description":"","section.oqZKRI.description":"","section.section-1743419781857.description":"","section.jeVZXZ.description":"","section.szTWCQ.description":"","section.mamNog.description":"","section.oPauEA.description":"","section.IdAfoe.description":"","section.mfqezj.title":"Forum Discussion","section.section-1743419781857.title":"","section.witfun.description":"","section.szTWCQ.title":"Forum Discussion","section.fsPCXp.description":"","section.CdMvCb.description":"","section.IdAfoe.title":"","section.message-list.description":"","section.zhfXtQ.title":"","section.mfqezj.description":"","section.ggPfrX.title":"Forum Discussion"},"localOverride":false},"CachedAsset:text:en_US-components/common/ActionFeedback-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/common/ActionFeedback-1755165186329","value":{"joinedGroupHub.title":"Welcome","joinedGroupHub.message":"You are now a member of this group and are subscribed to updates.","groupHubInviteNotFound.title":"Invitation Not Found","groupHubInviteNotFound.message":"Sorry, we could not find your invitation to the group. The owner may have canceled the invite.","groupHubNotFound.title":"Group Not Found","groupHubNotFound.message":"The grouphub you tried to join does not exist. It may have been deleted.","existingGroupHubMember.title":"Already Joined","existingGroupHubMember.message":"You are already a member of this group.","accountLocked.title":"Account Locked","accountLocked.message":"Your account has been locked due to multiple failed attempts. Try again in {lockoutTime} minutes.","editedGroupHub.title":"Changes Saved","editedGroupHub.message":"Your group has been updated.","leftGroupHub.title":"Goodbye","leftGroupHub.message":"You are no longer a member of this group and will not receive future updates.","deletedGroupHub.title":"Deleted","deletedGroupHub.message":"The group has been deleted.","groupHubCreated.title":"Group Created","groupHubCreated.message":"{groupHubName} is ready to use","accountClosed.title":"Account Closed","accountClosed.message":"The account has been closed and you will now be redirected to the homepage","resetTokenExpired.title":"Reset Password Link has Expired","resetTokenExpired.message":"Try resetting your password again","invalidUrl.title":"Invalid URL","invalidUrl.message":"The URL you're using is not recognized. Verify your URL and try again.","accountClosedForUser.title":"Account Closed","accountClosedForUser.message":"{userName}'s account is closed","inviteTokenInvalid.title":"Invitation Invalid","inviteTokenInvalid.message":"Your invitation to the community has been canceled or expired.","inviteTokenError.title":"Invitation Verification Failed","inviteTokenError.message":"The url you are utilizing is not recognized. Verify your URL and try again","pageNotFound.title":"Access Denied","pageNotFound.message":"You do not have access to this area of the community or it doesn't exist","eventAttending.title":"Responded as Attending","eventAttending.message":"You'll be notified when there's new activity and reminded as the event approaches","eventInterested.title":"Responded as Interested","eventInterested.message":"You'll be notified when there's new activity and reminded as the event approaches","eventNotFound.title":"Event Not Found","eventNotFound.message":"The event you tried to respond to does not exist.","redirectToRelatedPage.title":"Showing Related Content","redirectToRelatedPageForBaseUsers.title":"Showing Related Content","redirectToRelatedPageForBaseUsers.message":"The content you are trying to access is archived","redirectToRelatedPage.message":"The content you are trying to access is archived","relatedUrl.archivalLink.flyoutMessage":"The content you are trying to access is archived View Archived Content"},"localOverride":false},"CachedAsset:quiltWrapper:netgear.prod:Common:en-US-1755165185756":{"__typename":"CachedAsset","id":"quiltWrapper:netgear.prod:Common:en-US-1755165185756","value":{"id":"Common","header":{"backgroundImageProps":{"assetName":null,"backgroundSize":"COVER","backgroundRepeat":"NO_REPEAT","backgroundPosition":"CENTER_CENTER","lastModified":null,"__typename":"BackgroundImageProps"},"backgroundColor":"#FFFFFF","items":[{"id":"community.widget.navbarWidget","props":{"showUserName":true,"showRegisterLink":true,"useIconLanguagePicker":true,"showLanguagePicker":true,"useLabelLanguagePicker":true,"style":{"boxShadow":"var(--lia-bs-box-shadow-sm)","linkFontWeight":"700","controllerHighlightColor":"#4099E2","dropdownDividerMarginBottom":"10px","hamburgerBorderHover":"none","linkFontSize":"16px","linkBoxShadowHover":"none","backgroundOpacity":0.79,"controllerBorderRadius":"var(--lia-border-radius-50)","hamburgerBgColor":"transparent","linkTextBorderBottom":"none","hamburgerColor":"var(--lia-nav-controller-icon-color)","brandLogoHeight":"32px","linkLetterSpacing":"normal","linkBgHoverColor":"transparent","collapseMenuDividerOpacity":0.16,"paddingBottom":"15px","dropdownPaddingBottom":"15px","dropdownMenuOffset":"2px","hamburgerBgHoverColor":"transparent","borderBottom":"1px solid var(--lia-bs-border-color)","hamburgerBorder":"none","dropdownPaddingX":"10px","brandMarginRightSm":"10px","linkBoxShadow":"none","linkJustifyContent":"flex-start","linkColor":"#000000","collapseMenuDividerBg":"var(--lia-nav-link-color)","dropdownPaddingTop":"10px","controllerHighlightTextColor":"var(--lia-yiq-dark)","controllerTextColor":"var(--lia-nav-controller-icon-color)","background":{"imageAssetName":"","color":"#FFFFFF","size":"COVER","repeat":"NO_REPEAT","position":"CENTER_CENTER","imageLastModified":""},"linkBorderRadius":"var(--lia-bs-border-radius-sm)","linkHoverColor":"#333333","position":"FIXED","linkBorder":"none","linkTextBorderBottomHover":"0","brandMarginRight":"30px","hamburgerHoverColor":"var(--lia-nav-controller-icon-color)","linkBorderHover":"none","collapseMenuMarginLeft":"20px","linkFontStyle":"NORMAL","linkPaddingX":"10px","controllerTextHoverColor":"var(--lia-nav-controller-icon-hover-color)","paddingTop":"15px","linkPaddingY":"5px","linkTextTransform":"NONE","dropdownBorderColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.08)","controllerBgHoverColor":"hsla(var(--lia-bs-black-h), var(--lia-bs-black-s), var(--lia-bs-black-l), 0.1)","linkDropdownPaddingX":"var(--lia-nav-link-px)","linkBgColor":"transparent","linkDropdownPaddingY":"9px","controllerIconColor":"var(--lia-bs-body-color)","dropdownDividerMarginTop":"10px","linkGap":"10px","controllerIconHoverColor":"var(--lia-bs-body-color)"},"links":{"sideLinks":[],"mainLinks":[{"children":[{"linkType":"INTERNAL","id":"migrated-link-1","params":{"categoryId":"en-netgear-my-community"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"Common-home-networking-link","params":{"categoryId":"home-networking"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"Common-en-home-mobile-solutions-link","params":{"categoryId":"en-home-mobile-solutions"},"routeName":"CategoryPage"},{"linkType":"INTERNAL","id":"migrated-link-3","params":{"categoryId":"business-solutions"},"routeName":"CategoryPage"},{"linkType":"EXTERNAL","id":"migrated-link-4","url":"https://www.netgear.com/hub/","target":"BLANK"}],"linkType":"INTERNAL","id":"migrated-link-2","params":{"categoryId":"home-networking"},"routeName":"CategoryPage"},{"children":[{"linkType":"EXTERNAL","id":"migrated-link-10","url":"https://my.netgear.com/products.aspx?option=viewwarranty","target":"BLANK"},{"linkType":"EXTERNAL","id":"Common-external-link","url":"https://my.netgear.com/cases.aspx","target":"BLANK"},{"linkType":"EXTERNAL","id":"Common-external-link-2","url":"https://my.netgear.com/contracts.aspx","target":"BLANK"}],"linkType":"EXTERNAL","id":"Common-external-link-1","url":"https://my.netgear.com/home.aspx","target":"BLANK"},{"children":[{"linkType":"EXTERNAL","id":"migrated-link-12","url":"https://www.netgear.com/support/download/?model=&_ga=2.38375275.974127454.1697786862-475167439.1689166105","target":"BLANK"},{"linkType":"EXTERNAL","id":"migrated-link-9","url":"https://my.netgear.com/support/contact.aspx","target":"BLANK"}],"linkType":"EXTERNAL","id":"migrated-link-11","url":"https://www.netgear.com/support/","target":"BLANK"},{"children":[],"linkType":"EXTERNAL","id":"migrated-link-13","url":"https://www.netgear.com/search/?query=&tabOrder=.%2Findex.html%2Cblogs%2Ckhoros_conversations%2Cknowledge_articles%2Cproducts%2Csupport&facetFilters=%7B%7D&filters=%7B%7D&referrerPageUrl=https%3A%2F%2Fwww.netgear.com%2Fsupport%2F&verticalUrl=knowledge-articles.html","target":"BLANK"},{"children":[{"linkType":"INTERNAL","id":"migrated-link-15","params":{"boardId":"en-home-orbi-app","categoryId":"home-orbi"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-16","params":{"boardId":"en-home-networking-apps","categoryId":"home-wifi-routers"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-17","params":{"boardId":"en-home-armor","categoryId":"en-home-networking-apps"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"migrated-link-18","params":{"boardId":"en-home-smart-parental-controls","categoryId":"en-home-networking-apps"},"routeName":"ForumBoardPage"},{"linkType":"INTERNAL","id":"Common-en-business-insight-network-management-link","params":{"boardId":"en-business-insight-network-management","categoryId":"en-business-solutions-insight"},"routeName":"ForumBoardPage"}],"linkType":"INTERNAL","id":"Common-en-home-networking-apps-link","params":{"categoryId":"en-home-networking-apps"},"routeName":"CategoryPage"}]},"className":"QuiltComponent_lia-component-edit-mode__0nCcm","showSearchIcon":true,"languagePickerStyle":"iconAndLabel"},"__typename":"QuiltComponent"},{"id":"community.widget.breadcrumbWidget","props":{"backgroundColor":"#FFFFFF","linkHighlightColor":"#333333","visualEffects":{"showBottomBorder":true},"backgroundOpacity":100,"linkTextColor":"#333333"},"__typename":"QuiltComponent"},{"id":"community.widget.bannerWidget","props":{"backgroundColor":"transparent","visualEffects":{"showBottomBorder":true},"backgroundImageProps":{"backgroundSize":"COVER","backgroundPosition":"CENTER_CENTER","backgroundRepeat":"NO_REPEAT"},"fontColor":"var(--lia-bs-body-color)"},"__typename":"QuiltComponent"},{"id":"custom.widget.Alert_Banner","props":{"widgetVisibility":"signedInOrAnonymous","useTitle":true,"usePageWidth":true,"backgroundColor":"#1439FF","useBackground":false,"backgroundOpacity":1,"title":"","lazyLoad":false},"__typename":"QuiltComponent"}],"__typename":"QuiltWrapperSection"},"footer":{"backgroundImageProps":{"assetName":null,"backgroundSize":"COVER","backgroundRepeat":"NO_REPEAT","backgroundPosition":"CENTER_CENTER","lastModified":null,"__typename":"BackgroundImageProps"},"backgroundColor":"var(--lia-bs-body-bg)","items":[{"id":"custom.widget.ReactNetgearFooter","props":{"widgetVisibility":"signedInOrAnonymous","useTitle":true,"usePageWidth":true,"backgroundColor":"#FFFFFF","useBackground":false,"backgroundOpacity":1,"title":"","lazyLoad":false},"__typename":"QuiltComponent"}],"__typename":"QuiltWrapperSection"},"__typename":"QuiltWrapper","localOverride":false},"localOverride":false},"CachedAsset:component:custom.widget.Alert_Banner-en-us-1755165277465":{"__typename":"CachedAsset","id":"component:custom.widget.Alert_Banner-en-us-1755165277465","value":{"component":{"id":"custom.widget.Alert_Banner","template":{"id":"Alert_Banner","markupLanguage":"HTML","style":null,"texts":{},"defaults":{"config":{"applicablePages":[],"description":"Banner to be used to share alerts including outages and product announcements","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"components":[{"id":"custom.widget.Alert_Banner","form":null,"config":null,"props":[],"__typename":"Component"}],"grouping":"TEXTHTML","__typename":"ComponentTemplate"},"properties":{"config":{"applicablePages":[],"description":"Banner to be used to share alerts including outages and product announcements","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"form":null,"__typename":"Component","localOverride":false},"globalCss":null,"form":null},"localOverride":false},"CachedAsset:component:custom.widget.Netgear_Academy-en-us-1755165277465":{"__typename":"CachedAsset","id":"component:custom.widget.Netgear_Academy-en-us-1755165277465","value":{"component":{"id":"custom.widget.Netgear_Academy","template":{"id":"Netgear_Academy","markupLanguage":"HTML","style":null,"texts":{},"defaults":{"config":{"applicablePages":[],"description":"NFB Netgear Academy","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"components":[{"id":"custom.widget.Netgear_Academy","form":null,"config":null,"props":[],"__typename":"Component"}],"grouping":"TEXTHTML","__typename":"ComponentTemplate"},"properties":{"config":{"applicablePages":[],"description":"NFB Netgear Academy","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"form":null,"__typename":"Component","localOverride":false},"globalCss":null,"form":null},"localOverride":false},"CachedAsset:component:custom.widget.NFB_ProSupport_For_Business-en-us-1755165277465":{"__typename":"CachedAsset","id":"component:custom.widget.NFB_ProSupport_For_Business-en-us-1755165277465","value":{"component":{"id":"custom.widget.NFB_ProSupport_For_Business","template":{"id":"NFB_ProSupport_For_Business","markupLanguage":"HTML","style":null,"texts":{},"defaults":{"config":{"applicablePages":[],"description":"NFB ProSupport For Business","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"components":[{"id":"custom.widget.NFB_ProSupport_For_Business","form":null,"config":null,"props":[],"__typename":"Component"}],"grouping":"TEXTHTML","__typename":"ComponentTemplate"},"properties":{"config":{"applicablePages":[],"description":"NFB ProSupport For Business","fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"form":null,"__typename":"Component","localOverride":false},"globalCss":null,"form":null},"localOverride":false},"CachedAsset:component:custom.widget.ReactNetgearFooter-en-us-1755165277465":{"__typename":"CachedAsset","id":"component:custom.widget.ReactNetgearFooter-en-us-1755165277465","value":{"component":{"id":"custom.widget.ReactNetgearFooter","template":{"id":"ReactNetgearFooter","markupLanguage":"REACT","style":null,"texts":{"custom-footer-aboutus-link":"https://www.netgear.com/about/","custom-footer-aboutus-text":"About Us","custom-footer-contactus-link":"https://www.netgear.com/support/contact.aspx","custom-footer-contactus-text":"Contact us","custom-footer-careers-link":"https://www.netgear.com/about/careers/","custom-footer-careers-text":"Careers","custom-footer-security-link":"https://www.netgear.com/security/","custom-footer-security-text":"Security"},"defaults":{"config":{"applicablePages":[],"description":null,"fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"components":[{"id":"custom.widget.ReactNetgearFooter","form":null,"config":null,"props":[],"__typename":"Component"}],"grouping":"CUSTOM","__typename":"ComponentTemplate"},"properties":{"config":{"applicablePages":[],"description":null,"fetchedContent":null,"__typename":"ComponentConfiguration"},"props":[],"__typename":"ComponentProperties"},"form":null,"__typename":"Component","localOverride":false},"globalCss":null,"form":null},"localOverride":false},"CachedAsset:text:en_US-components/community/Breadcrumb-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/Breadcrumb-1755165186329","value":{"navLabel":"Breadcrumbs","dropdown":"Additional parent page navigation"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBanner-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBanner-1755165186329","value":{"messageMarkedAsSpam":"This post has been marked as spam","messageMarkedAsSpam@board:TKB":"This article has been marked as spam","messageMarkedAsSpam@board:BLOG":"This post has been marked as spam","messageMarkedAsSpam@board:FORUM":"This discussion has been marked as spam","messageMarkedAsSpam@board:OCCASION":"This event has been marked as spam","messageMarkedAsSpam@board:IDEA":"This idea has been marked as spam","manageSpam":"Manage Spam","messageMarkedAsAbuse":"This post has been marked as abuse","messageMarkedAsAbuse@board:TKB":"This article has been marked as abuse","messageMarkedAsAbuse@board:BLOG":"This post has been marked as abuse","messageMarkedAsAbuse@board:FORUM":"This discussion has been marked as abuse","messageMarkedAsAbuse@board:OCCASION":"This event has been marked as abuse","messageMarkedAsAbuse@board:IDEA":"This idea has been marked as abuse","preModCommentAuthorText":"This comment will be published as soon as it is approved","preModCommentModeratorText":"This comment is awaiting moderation","messageMarkedAsOther":"This post has been rejected due to other reasons","messageMarkedAsOther@board:TKB":"This article has been rejected due to other reasons","messageMarkedAsOther@board:BLOG":"This post has been rejected due to other reasons","messageMarkedAsOther@board:FORUM":"This discussion has been rejected due to other reasons","messageMarkedAsOther@board:OCCASION":"This event has been rejected due to other reasons","messageMarkedAsOther@board:IDEA":"This idea has been rejected due to other reasons","messageArchived":"This post was archived on {date}","relatedUrl":"View Related Content","relatedContentText":"Showing related content","archivedContentLink":"View Archived Content"},"localOverride":false},"CachedAsset:text:en_US-components/nodes/NodeActionButtonWidget-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/nodes/NodeActionButtonWidget-1755165186329","value":{"defaultActionButtonTitle":"Start a Conversation","actionButton.grouphub.startDiscussion":"Start a Discussion","actionButton.title@board:FORUM":"Start a Discussion","actionButton.title@board:BLOG":"Create a Blog Post","actionButton.title@board:TKB":"Create an Article","actionButton.title@board:OCCASION":"Create an Event","actionButton.title@board:IDEA":"Suggest an Idea","joinGroupHub":"Join Group","join.successHeader":"Welcome","join.successMessage":"You are now a member of this group and are subscribed to updates.","errorMessage":"An unidentified problem occurred during the action you took. Please try again later.","errorHeader":"Error - Action Failed"},"localOverride":false},"CachedAsset:text:en_US-components/messages/RelatedContentWidget-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/RelatedContentWidget-1755165186329","value":{"title":"Related Content","emptyDescription":"No content to show"},"localOverride":false},"Category:category:home-networking":{"__typename":"Category","id":"category:home-networking","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:en-netgear-my-community":{"__typename":"Category","id":"category:en-netgear-my-community","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:en-home-networking-apps":{"__typename":"Forum","id":"board:en-home-networking-apps","forumPolicies":{"__typename":"ForumPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:en-home-networking-apps":{"__typename":"Category","id":"category:en-home-networking-apps","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:en-home-armor":{"__typename":"Forum","id":"board:en-home-armor","forumPolicies":{"__typename":"ForumPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:en-home-orbi-app":{"__typename":"Forum","id":"board:en-home-orbi-app","forumPolicies":{"__typename":"ForumPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:en-business-insight-network-management":{"__typename":"Forum","id":"board:en-business-insight-network-management","forumPolicies":{"__typename":"ForumPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Forum:board:en-home-smart-parental-controls":{"__typename":"Forum","id":"board:en-home-smart-parental-controls","forumPolicies":{"__typename":"ForumPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"boardPolicies":{"__typename":"BoardPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Category:category:en-home-mobile-solutions":{"__typename":"Category","id":"category:en-home-mobile-solutions","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"User:user:234443":{"__typename":"User","id":"user:234443","uid":234443,"login":"Lionelv00","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2013-01-15T14:56:23.000-08:00","confirmEmailStatus":null,"registrationAccessLevel":null,"ssoRegistrationFields":[]},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-6.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"messagesCount":30,"kudosGivenCount":0,"kudosReceivedCount":0,"kudosWeight":1,"ssoId":null,"followersCount":null,"solutionsCount":0,"entityType":"USER","eventPath":"community:ejquo23388/user:234443"},"ForumTopicMessage:message:965707":{"__typename":"ForumTopicMessage","uid":965707,"subject":"Subversion addon - connection refused","id":"message:965707","entityType":"FORUM_TOPIC","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:965707","revisionNum":1,"repliesCount":6,"author":{"__ref":"User:user:234443"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"conversation":{"__ref":"Conversation:conversation:965707"},"moderationData":{"__ref":"ModerationData:moderation_data:965707"},"postTime":"2015-07-24T17:53:20.414-07:00","lastPublishTime":"2015-07-24T17:53:20.414-07:00","readOnly":true,"metrics":{"__typename":"MessageMetrics","views":18265},"placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null},"Conversation:conversation:965707":{"__typename":"Conversation","id":"conversation:965707","solved":true,"topic":{"__ref":"ForumTopicMessage:message:965707"},"lastPostingActivityTime":"2015-08-20T07:00:40.989-07:00","lastPostTime":"2015-08-20T07:00:40.989-07:00","isSubscribed":false},"ModerationData:moderation_data:965707":{"__typename":"ModerationData","id":"moderation_data:965707","status":"APPROVED","rejectReason":null},"RelatedContentMessage:RelatedContentMessage:965707":{"__typename":"RelatedContentMessage","id":"RelatedContentMessage:965707","relatedMessage":{"__ref":"ForumTopicMessage:message:965707"}},"Rank:rank:40":{"__typename":"Rank","id":"rank:40","position":30,"name":"Tutor","color":"333333","icon":null,"rankStyle":"TEXT"},"User:user:1094988":{"__typename":"User","id":"user:1094988","uid":1094988,"login":"ecolucci","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2023-09-10T01:32:15.076-07:00","confirmEmailStatus":null,"registrationAccessLevel":null,"ssoRegistrationFields":[]},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":null},"rank":{"__ref":"Rank:rank:40"},"messagesCount":8,"kudosGivenCount":0,"kudosReceivedCount":1,"kudosWeight":1,"ssoId":null,"followersCount":null,"solutionsCount":1,"entityType":"USER","eventPath":"community:ejquo23388/user:1094988"},"Category:category:en-home-dsl-and-cable-modems":{"__typename":"Category","id":"category:en-home-dsl-and-cable-modems","entityType":"CATEGORY","displayId":"en-home-dsl-and-cable-modems","nodeType":"category","depth":3,"title":"Cable Modems / Gateways","shortTitle":"Cable Modems / Gateways"},"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0zNzUtUzhpWTN2?image-coordinates=121%2C0%2C657%2C536\"}":{"__typename":"AssociatedImage","url":"https://community.netgear.com/t5/s/ejquo23388/images/bi0zNzUtUzhpWTN2?image-coordinates=121%2C0%2C657%2C536","mimeType":"image/jpeg"},"Forum:board:home-cable-modems-routers":{"__typename":"Forum","id":"board:home-cable-modems-routers","entityType":"FORUM","displayId":"home-cable-modems-routers","nodeType":"board","depth":4,"conversationStyle":"FORUM","title":"Cable Modems & Gateways","shortTitle":"Cable Modems & Gateways","parent":{"__ref":"Category:category:en-home-dsl-and-cable-modems"},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"avatar":{"__ref":"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0zNzUtUzhpWTN2?image-coordinates=121%2C0%2C657%2C536\"}"},"description":"Discuss Cable (C and CM series) modems and gateway products.","eventPath":"category:en-home-dsl-and-cable-modems/category:home-networking/category:English/community:ejquo23388board:home-cable-modems-routers/"},"ForumTopicMessage:message:2334203":{"__typename":"ForumTopicMessage","uid":2334203,"subject":"Nighthawk CAX30S LAN Configuration","id":"message:2334203","entityType":"FORUM_TOPIC","eventPath":"category:en-home-dsl-and-cable-modems/category:home-networking/category:English/community:ejquo23388board:home-cable-modems-routers/message:2334203","revisionNum":1,"repliesCount":15,"author":{"__ref":"User:user:1094988"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:home-cable-modems-routers"},"conversation":{"__ref":"Conversation:conversation:2334203"},"moderationData":{"__ref":"ModerationData:moderation_data:2334203"},"postTime":"2023-09-10T01:38:54.265-07:00","lastPublishTime":"2023-09-10T01:38:54.265-07:00","readOnly":false,"metrics":{"__typename":"MessageMetrics","views":15992},"placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null},"Conversation:conversation:2334203":{"__typename":"Conversation","id":"conversation:2334203","solved":true,"topic":{"__ref":"ForumTopicMessage:message:2334203"},"lastPostingActivityTime":"2023-09-11T11:36:57.212-07:00","lastPostTime":"2023-09-11T11:36:57.212-07:00","isSubscribed":false},"ModerationData:moderation_data:2334203":{"__typename":"ModerationData","id":"moderation_data:2334203","status":"APPROVED","rejectReason":null},"RelatedContentMessage:RelatedContentMessage:2334203":{"__typename":"RelatedContentMessage","id":"RelatedContentMessage:2334203","relatedMessage":{"__ref":"ForumTopicMessage:message:2334203"}},"User:user:1153784":{"__typename":"User","id":"user:1153784","uid":1153784,"login":"Fabrice50","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2025-01-08T01:46:44.005-08:00","confirmEmailStatus":null,"registrationAccessLevel":null,"ssoRegistrationFields":[]},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":null},"rank":{"__ref":"Rank:rank:42"},"messagesCount":3,"kudosGivenCount":0,"kudosReceivedCount":0,"kudosWeight":1,"ssoId":null,"followersCount":null,"solutionsCount":1,"entityType":"USER","eventPath":"community:ejquo23388/user:1153784"},"Category:category:en-business-av-over-ip-switches":{"__typename":"Category","id":"category:en-business-av-over-ip-switches","entityType":"CATEGORY","displayId":"en-business-av-over-ip-switches","nodeType":"category","depth":3,"title":"AV","shortTitle":"AV"},"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODYwLUZiQklVRA?image-coordinates=0%2C0%2C160%2C160\"}":{"__typename":"AssociatedImage","url":"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODYwLUZiQklVRA?image-coordinates=0%2C0%2C160%2C160","mimeType":"image/png"},"Forum:board:en-business-pro-av-over-ip-switches":{"__typename":"Forum","id":"board:en-business-pro-av-over-ip-switches","entityType":"FORUM","displayId":"en-business-pro-av-over-ip-switches","nodeType":"board","depth":4,"conversationStyle":"FORUM","title":"AV Products","shortTitle":"AV Products","parent":{"__ref":"Category:category:en-business-av-over-ip-switches"},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"avatar":{"__ref":"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODYwLUZiQklVRA?image-coordinates=0%2C0%2C160%2C160\"}"},"description":"NETGEAR AV Products, including M4250, M4300, M4350, and M4500 Managed Switch Series, Engage controller, and WBE718, WBE758 Pro WiFi Access Points.","eventPath":"category:en-business-av-over-ip-switches/category:business-solutions/category:English/community:ejquo23388board:en-business-pro-av-over-ip-switches/"},"ForumTopicMessage:message:2414404":{"__typename":"ForumTopicMessage","uid":2414404,"subject":"Configuration for both Qlan and Dante","id":"message:2414404","entityType":"FORUM_TOPIC","eventPath":"category:en-business-av-over-ip-switches/category:business-solutions/category:English/community:ejquo23388board:en-business-pro-av-over-ip-switches/message:2414404","revisionNum":1,"repliesCount":5,"author":{"__ref":"User:user:1153784"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:en-business-pro-av-over-ip-switches"},"conversation":{"__ref":"Conversation:conversation:2414404"},"moderationData":{"__ref":"ModerationData:moderation_data:2414404"},"postTime":"2025-01-08T02:23:04.830-08:00","lastPublishTime":"2025-01-08T02:23:04.830-08:00","readOnly":false,"metrics":{"__typename":"MessageMetrics","views":3443},"placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null},"Conversation:conversation:2414404":{"__typename":"Conversation","id":"conversation:2414404","solved":true,"topic":{"__ref":"ForumTopicMessage:message:2414404"},"lastPostingActivityTime":"2025-01-09T02:04:43.214-08:00","lastPostTime":"2025-01-09T02:04:43.214-08:00","isSubscribed":false},"ModerationData:moderation_data:2414404":{"__typename":"ModerationData","id":"moderation_data:2414404","status":"APPROVED","rejectReason":null},"RelatedContentMessage:RelatedContentMessage:2414404":{"__typename":"RelatedContentMessage","id":"RelatedContentMessage:2414404","relatedMessage":{"__ref":"ForumTopicMessage:message:2414404"}},"User:user:1132273":{"__typename":"User","id":"user:1132273","uid":1132273,"login":"Linchpin78x","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2024-06-30T15:21:10.232-07:00","confirmEmailStatus":null,"registrationAccessLevel":null,"ssoRegistrationFields":[]},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":null},"rank":{"__ref":"Rank:rank:40"},"messagesCount":3,"kudosGivenCount":0,"kudosReceivedCount":1,"kudosWeight":1,"ssoId":null,"followersCount":null,"solutionsCount":0,"entityType":"USER","eventPath":"community:ejquo23388/user:1132273"},"Category:category:home-wifi-routers":{"__typename":"Category","id":"category:home-wifi-routers","entityType":"CATEGORY","displayId":"home-wifi-routers","nodeType":"category","depth":3,"title":"Nighthawk & WiFi Routers","shortTitle":"Nighthawk & WiFi Routers"},"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODI5LTR2S2J3NQ?image-coordinates=20%2C72%2C295%2C347\"}":{"__typename":"AssociatedImage","url":"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODI5LTR2S2J3NQ?image-coordinates=20%2C72%2C295%2C347","mimeType":"image/png"},"Forum:board:en-home-nighthawk-pro-gaming-routers":{"__typename":"Forum","id":"board:en-home-nighthawk-pro-gaming-routers","entityType":"FORUM","displayId":"en-home-nighthawk-pro-gaming-routers","nodeType":"board","depth":4,"conversationStyle":"FORUM","title":"Nighthawk Pro Gaming Routers","shortTitle":"Nighthawk Pro Gaming Routers","parent":{"__ref":"Category:category:home-wifi-routers"},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"avatar":{"__ref":"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0xODI5LTR2S2J3NQ?image-coordinates=20%2C72%2C295%2C347\"}"},"description":"Discuss Nighthawk gaming (XR series) router products.","eventPath":"category:home-wifi-routers/category:home-networking/category:English/community:ejquo23388board:en-home-nighthawk-pro-gaming-routers/"},"ForumTopicMessage:message:2386239":{"__typename":"ForumTopicMessage","uid":2386239,"subject":"Xr500 configure channels","id":"message:2386239","entityType":"FORUM_TOPIC","eventPath":"category:home-wifi-routers/category:home-networking/category:English/community:ejquo23388board:en-home-nighthawk-pro-gaming-routers/message:2386239","revisionNum":1,"repliesCount":4,"author":{"__ref":"User:user:1132273"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:en-home-nighthawk-pro-gaming-routers"},"conversation":{"__ref":"Conversation:conversation:2386239"},"moderationData":{"__ref":"ModerationData:moderation_data:2386239"},"postTime":"2024-06-30T15:28:24.349-07:00","lastPublishTime":"2024-06-30T15:28:24.349-07:00","readOnly":false,"metrics":{"__typename":"MessageMetrics","views":1566},"placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null},"Conversation:conversation:2386239":{"__typename":"Conversation","id":"conversation:2386239","solved":true,"topic":{"__ref":"ForumTopicMessage:message:2386239"},"lastPostingActivityTime":"2024-07-06T12:47:56.052-07:00","lastPostTime":"2024-07-06T12:47:56.052-07:00","isSubscribed":false},"ModerationData:moderation_data:2386239":{"__typename":"ModerationData","id":"moderation_data:2386239","status":"APPROVED","rejectReason":null},"RelatedContentMessage:RelatedContentMessage:2386239":{"__typename":"RelatedContentMessage","id":"RelatedContentMessage:2386239","relatedMessage":{"__ref":"ForumTopicMessage:message:2386239"}},"User:user:1137364":{"__typename":"User","id":"user:1137364","uid":1137364,"login":"output","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2024-08-14T10:58:59.811-07:00","confirmEmailStatus":null,"registrationAccessLevel":null,"ssoRegistrationFields":[]},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":null},"rank":{"__ref":"Rank:rank:42"},"messagesCount":3,"kudosGivenCount":0,"kudosReceivedCount":0,"kudosWeight":1,"ssoId":null,"followersCount":null,"solutionsCount":0,"entityType":"USER","eventPath":"community:ejquo23388/user:1137364"},"Category:category:business-switches":{"__typename":"Category","id":"category:business-switches","entityType":"CATEGORY","displayId":"business-switches","nodeType":"category","depth":3,"title":"Switches","shortTitle":"Switches"},"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0yMDItb2J0cG9Z?image-coordinates=0%2C0%2C326%2C326\"}":{"__typename":"AssociatedImage","url":"https://community.netgear.com/t5/s/ejquo23388/images/bi0yMDItb2J0cG9Z?image-coordinates=0%2C0%2C326%2C326","mimeType":"image/png"},"Forum:board:business-managed-switches":{"__typename":"Forum","id":"board:business-managed-switches","entityType":"FORUM","displayId":"business-managed-switches","nodeType":"board","depth":4,"conversationStyle":"FORUM","title":"Managed Switches","shortTitle":"Managed Switches","parent":{"__ref":"Category:category:business-switches"},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"avatar":{"__ref":"AssociatedImage:{\"url\":\"https://community.netgear.com/t5/s/ejquo23388/images/bi0yMDItb2J0cG9Z?image-coordinates=0%2C0%2C326%2C326\"}"},"description":"NETGEAR Managed Switch Series, including M4250, M4300, M4350, M4500, and our legacy lines M4100, M4200, M5300, M6100, and M7100.","eventPath":"category:business-switches/category:business-solutions/category:English/community:ejquo23388board:business-managed-switches/"},"ForumTopicMessage:message:2392587":{"__typename":"ForumTopicMessage","uid":2392587,"subject":"Switchport mode configuration vs VLAN mombership configuration","id":"message:2392587","entityType":"FORUM_TOPIC","eventPath":"category:business-switches/category:business-solutions/category:English/community:ejquo23388board:business-managed-switches/message:2392587","revisionNum":1,"repliesCount":2,"author":{"__ref":"User:user:1137364"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Forum:board:business-managed-switches"},"conversation":{"__ref":"Conversation:conversation:2392587"},"moderationData":{"__ref":"ModerationData:moderation_data:2392587"},"postTime":"2024-08-17T02:59:50.279-07:00","lastPublishTime":"2024-08-17T02:59:50.279-07:00","readOnly":false,"metrics":{"__typename":"MessageMetrics","views":879},"placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null},"Conversation:conversation:2392587":{"__typename":"Conversation","id":"conversation:2392587","solved":true,"topic":{"__ref":"ForumTopicMessage:message:2392587"},"lastPostingActivityTime":"2024-08-22T11:24:17.024-07:00","lastPostTime":"2024-08-22T11:24:17.024-07:00","isSubscribed":false},"ModerationData:moderation_data:2392587":{"__typename":"ModerationData","id":"moderation_data:2392587","status":"APPROVED","rejectReason":null},"RelatedContentMessage:RelatedContentMessage:2392587":{"__typename":"RelatedContentMessage","id":"RelatedContentMessage:2392587","relatedMessage":{"__ref":"ForumTopicMessage:message:2392587"}},"QueryVariables:TopicReplyList:message:860145:1":{"__typename":"QueryVariables","id":"TopicReplyList:message:860145:1","value":{"id":"message:860145","first":10,"sorts":{"postTime":{"direction":"ASC"}},"repliesFirst":3,"repliesFirstDepthThree":1,"repliesSorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"useAuthorLogin":true,"useAuthorRank":true,"useBody":true,"useKudosCount":true,"useTimeToRead":false,"useMedia":false,"useReadOnlyIcon":false,"useRepliesCount":true,"useSearchSnippet":false,"useAcceptedSolutionButton":true,"useSolvedBadge":false,"useAttachments":false,"attachmentsFirst":5,"useTags":true,"useNodeAncestors":false,"useUserHoverCard":false,"useNodeHoverCard":false,"useModerationStatus":true,"usePreviewSubjectModal":false,"useMessageStatus":true}},"ROOT_MUTATION":{"__typename":"Mutation"},"CachedAsset:text:en_US-components/community/Navbar-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/Navbar-1755165186329","value":{"community":"Community Home","inbox":"Inbox","manageContent":"Manage Content","tos":"Terms of Service","forgotPassword":"Forgot Password","themeEditor":"Theme Editor","edit":"Edit Navigation Bar","skipContent":"Skip to content","Common_GxOGBp-italian-link":"COMUNITÀ","Common_StQtwX-external-link-7":"Unterstützung nach Produkt","Common_StQtwX-external-link-6":"Downloads","Common_StQtwX-external-link-5":" UNTERSTÜTZUNG","Common_GxOGBp-cable-modems-routers-link":"Modem DSL & Router","Common-business-solutions-link":"NETGEAR For Business","Common_StQtwX-de-netgear-my-community-link":"Meine Gemeinschaft","Common_StQtwX_SXNPsj-wifi-7-link":"Common_SXNPsj-wifi-7-link","Common-external-link-6":"NETGEAR Blog","Common-external-link-5":"Support by product","Common-external-link-4":"Warranty Information","Common-external-link-3":"SEARCH KNOWLEDGE BASE","Common_GxOGBp-external-link-3":" I miei casi","Common_StQtwX-external-link-4":"WISSENSBASIS","Common-en-home-orbi-be-link-1":"Orbi WiFi 7 (BE) Mesh Systems","Common_StQtwX-external-link-3":"Meine Fälle","Common_GxOGBp-external-link-4":"Supporto per prodotto","Common_GxOGBp-external-link":" IL MIO NETGEAR","Common_StQtwX-external-link-2":"Meine Abonnements","Common_GxOGBp-external-link-5":"SUPPORTO","Common_StQtwX-external-link-1":"Meine registrierten Produkte","Common_GxOGBp-external-link-6":"Informazioni sulla garanzia","Common_GxOGBp-external-link-7":"Download","Common_GxOGBp-external-link-8":"BASE DI CONOSCENZA","Common-home-networking-link":"Home Solutions","Common_StQtwX-de-heimnetzwerk-link":"Home-Lösungen","Common_WNjGdS_GxOGBp-it-home-mobile-solutions-link":"Redes de Negocio","Common_GxOGBp-external-link-1":" I miei prodotti registrati","Common_GxOGBp-3":"SUPPORTO","Common_GxOGBp-2":" LA COMUNITÀ","Common_GxOGBp-external-link-2":" I miei abbonamenti","Common-external-link-2":"My Contracts","Common-external-link-1":"MY NETGEAR","Common_GxOGBp-it-home-mobile-solutions-link":"Soluzioni mobili","Common_WNjGdS_GxOGBp-1":" MI NETGEAR","Common_WNjGdS_GxOGBp-0":"DESCARGAS","Common_WNjGdS_GxOGBp-3":"APOYO","Common_WNjGdS_GxOGBp-2":"COMUNIDAD","Common_GxOGBp-1":" IL MIO NETGEAR","Common_SXNPsj-external-link":"MON NETGEAR","Common_GxOGBp-0":" SCARICA","Common_SXNPsj-wifi-7-link":"Communauté","Common_StQtwX-de-business-losungen-link":"Business Lösungen","Common-mobile-wifi-link-1":"Mobile WiFi","Common_StQtwX-de-home-mobile-wifi-link":"Mobile Lösungen","Common-external-link":"My Cases","Common_SXNPsj-wifi-7-routers-link":"Nighthawk WiFi 7 Routers","Common-en-home-orbi-app-link":"Orbi App","migrated-link-18":"NETGEAR Smart Parental Controls","Common-en-home-orbi-be-link":"Orbi WiFi 7 (BE) Mesh Systems","migrated-link-16":"Nighthawk App","migrated-link-17":"NETGEAR Armor","migrated-link-14":"Armor & Parental Controls","migrated-link-15":"Orbi App","migrated-link-12":"Firmware Downloads","migrated-link-13":"KNOWLEDGE BASE","Common-en-home-netgear-armor-link":"NETGEAR Armor, powered by Bitdefender","Common-en-home-networking-apps-link":"NETGEAR APPS","Common_WNjGdS_GxOGBp-external-link":"Registro de mi producto","Common_WNjGdS_GxOGBp-wifi-7-routers-link":"Soluzioni Business","Common_GxOGBp-it-business-soluzioni-link":"Soluzioni Business","migrated-link-10":"My Registered Products","Common_SXNPsj-fr-entreprises-solutions-link":"Solutions Business","migrated-link-11":"SUPPORT","Common_SXNPsj-external-link-2":"My Cases","Common_SXNPsj-external-link-1":"Mes produits enregistrés","Common-home-wifi-link":"Home WiFi","Common_GxOGBp-wifi-7-link":"Rete domestica","Common-en-home-smart-parental-controls-link":"NETGEAR Smart Home Parental Controls","migrated-link-9":"Contact Us","Common_GxOGBp-de-netgear-my-community-link":"Meine Gemeinschaft","migrated-link-7":"Common-external-link-1","migrated-link-8":"Common-external-link-2","Common_StQtwX-external-link":"MEIN NETGEAR","migrated-link-1":"My Community","migrated-link-2":"COMMUNITY","migrated-link-0":"Firmware Downloads","migrated-link-5":"migrated-link-1","migrated-link-6":"Common-external-link","migrated-link-3":"Business Solutions","migrated-link-4":"NETGEAR Blog","Common_GxOGBp-wifi-7-routers-link":"Soluzioni Business","Common_SXNPsj-fr-domestique-reseau-link":"Solutions Pour La Maison","Common_WNjGdS_GxOGBp-wifi-7-link":"Redes de Hogar","Common_SXNPsj-cable-modems-routers-link":"Modems and Modem Gateways","Common_SXNPsj-fr-home-mobile-solutions-link":"Solutions Mobiles","Common_LXGzNf_ZDApqi_SXNPsj-wifi-7-link":"Common_SXNPsj-wifi-7-link","Common_StQtwX_SXNPsj-2":" GEMEINSCHAFT","Common_SXNPsj-3":"SUPPORT","Common-en-home-networking-apps-link-1":"Nighthawk App","Common_SXNPsj-1":"MY NETGEAR","Common_SXNPsj-bienvenue-link":"Ma Communauté","Common_SXNPsj-2":"NETGEAR Forum","Common-cable-modems-routers-link":"Modems and Modem Gateways","Common_WNjGdS_GxOGBp-external-link-3":"BASE DE CONOCIMIENTOS","Common_WNjGdS_GxOGBp-external-link-2":" Mis Casos","Common_WNjGdS_GxOGBp-external-link-1":"Mis Suscripciones","Common-en-netgear-my-community-link":"My Community","Common-digital-canvas-link":"Digital Canvas","Common-wifi-7-routers-link":"Nighthawk WiFi 7 Routers","Common-en-business-insight-network-management-link":"Insight","Common_GxOGBp-it-home-networking-link":"Soluzioni per la casa","Common-wifi-7-link":"Orbi WiFi 7 Mesh Systems","Common-wired-networking-link":"Wired Networking for Home","Common_LXGzNf_ZDApqi_SXNPsj-2":"NETGEAR Forum","Common-mobile-wifi-link":"Mobile WiFi","Common-en-home-mobile-solutions-link":"Mobile Solutions"},"localOverride":false},"CachedAsset:text:en_US-components/community/NavbarHamburgerDropdown-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarHamburgerDropdown-1755165186329","value":{"hamburgerLabel":"Side Menu"},"localOverride":false},"CachedAsset:text:en_US-components/community/BrandLogo-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/BrandLogo-1755165186329","value":{"logoAlt":"Khoros","themeLogoAlt":"Brand Logo"},"localOverride":false},"CachedAsset:text:en_US-components/community/NavbarTextLinks-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarTextLinks-1755165186329","value":{"more":"More"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/languages/UseLanguageText-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/languages/UseLanguageText-1755165186329","value":{"language.browserLanguage.label":"Browser Default","language.ar-AE.label":"Arabic","language.bg-BG.label":"Bulgarian","language.ca-AD.label":"Catalan","language.cs-CZ.label":"Czech","language.da-DK.label":"Danish","language.de-DE.label":"German","language.el-GR.label":"Greek","language.en-GB.label":"English (UK)","language.en-US.label":"English (US)","language.es-ES.label":"Spanish","language.es-MX.label":"Spanish (Mexican)","language.et-EE.label":"Estonian","language.fa-IR.label":"Persian (Farsi)","language.fi-FI.label":"Finnish","language.fr-FR.label":"French","language.he-IL.label":"Hebrew (modern)","language.hr-HR.label":"Croatian","language.hu-HU.label":"Hungarian","language.in-ID.label":"Indonesian","language.it-IT.label":"Italian","language.ja-JP.label":"Japanese","language.ko-KR.label":"Korean","language.lt-LT.label":"Lithuanian","language.lv-LV.label":"Latvian","language.ms-MY.label":"Malay","language.nl-NL.label":"Dutch","language.no-NO.label":"Norwegian","language.pl-PL.label":"Polish","language.pt-BR.label":"Portuguese (Brazilian)","language.pt-PT.label":"Portuguese","language.ro-RO.label":"Romanian","language.ru-RU.label":"Russian","language.sk-SK.label":"Slovak","language.sq-AL.label":"Albanian","language.sv-SE.label":"Swedish","language.th-TH.label":"Thai","language.tr-TR.label":"Turkish","language.uk-UA.label":"Ukrainian","language.vi-VN.label":"Vietnamese","language.zh-CN.label":"Chinese (Simplified)","language.zh-TW.label":"Chinese (Traditional)","timezone.fieldLabel.label":"Time Zone","timezone.delimiter.label":"------------------------------","timezone.Etc-GMT+12.label":"GMT -12:00 Dateline","timezone.Pacific-Samoa.label":"GMT -11:00 Samoa","timezone.US-Hawaii.label":"GMT -10:00 U.S. Hawaiian Time","timezone.US-Aleutian.label":"GMT -10:00 Aleutian Islands","timezone.Pacific-Marquesas.label":"GMT -09:30 Marquesas","timezone.Pacific-Gambier.label":"GMT -09:00 Gambier Islands","timezone.US-Alaska.label":"GMT -09:00 U.S. Alaska Time","timezone.US-Pacific.label":"GMT -08:00 U.S. Pacific Time","timezone.Pacific-Pitcairn.label":"GMT -08:00 Pitcairn Islands","timezone.US-Mountain.label":"GMT -07:00 U.S. Mountain Time","timezone.US-Arizona.label":"GMT -07:00 U.S. Mountain Time (Arizona)","timezone.US-Central.label":"GMT -06:00 U.S. Central Time","timezone.Mexico-General.label":"GMT -06:00 Mexico","timezone.America-Costa_Rica.label":"GMT -06:00 Costa Rica","timezone.US-Eastern.label":"GMT -05:00 U.S. Eastern Time","timezone.America-Bogota.label":"GMT -05:00 Colombia, Peru, South America","timezone.Canada-Atlantic.label":"GMT -04:00 Atlantic Time","timezone.America-Puerto_Rico.label":"GMT -04:00 Puerto Rico","timezone.Canada-Newfoundland.label":"GMT -03:30 Newfoundland, Canada","timezone.America-Buenos_Aires.label":"GMT -03:00 Argentina","timezone.Brazil-East.label":"GMT -03:00 Brazil","timezone.Atlantic-South_Georgia.label":"GMT -02:00 Mid-Atlantic","timezone.Atlantic-Cape_Verde.label":"GMT -01:00 Cape Verde","timezone.Atlantic-Azores.label":"GMT -01:00 Azores","timezone.Europe-London.label":"GMT ------ U.K.","timezone.Iceland.label":"GMT ------ Iceland","timezone.Europe-Madrid.label":"GMT +01:00 Spain","timezone.Africa-Algiers.label":"GMT +01:00 Algiers, Africa","timezone.Europe-Amsterdam.label":"GMT +01:00 Central Europe","timezone.Europe-Athens.label":"GMT +02:00 Eastern Europe","timezone.Africa-Tripoli.label":"GMT +02:00 Tripoli, Africa","timezone.Egypt.label":"GMT +02:00 Egypt","timezone.Israel.label":"GMT +02:00 Israel","timezone.Asia-Riyadh.label":"GMT +03:00 Saudi Arabia","timezone.Iran.label":"GMT +03:30 Iran","timezone.Europe-Moscow.label":"GMT +03:00 Russia","timezone.Europe-Samara.label":"GMT +04:00 Samara, Europe","timezone.Asia-Dubai.label":"GMT +04:00 Arabian","timezone.Asia-Kabul.label":"GMT +04:30 Afghanistan","timezone.Asia-Karachi.label":"GMT +05:00 Pakistan, West Asia","timezone.Asia-Yekaterinburg.label":"GMT +05:00 Yekaterinburg, Asia","timezone.Asia-Calcutta.label":"GMT +05:30 India","timezone.Asia-Thimphu.label":"GMT +06:00 Bangladesh, Central Asia","timezone.Asia-Novosibirsk.label":"GMT +06:00 Novosibirsk, Asia","timezone.Asia-Rangoon.label":"GMT +06:30 Burma","timezone.Asia-Bangkok.label":"GMT +07:00 Bangkok, Hanoi, Jakarta","timezone.Asia-Krasnoyarsk.label":"GMT +07:00 Krasnoyarsk, Asia","timezone.PRC.label":"GMT +08:00 China","timezone.Singapore.label":"GMT +08:00 Singapore","timezone.Asia-Taipei.label":"GMT +08:00 Taiwan","timezone.Australia-West.label":"GMT +08:00 Australia (WT)","timezone.Asia-Irkutsk.label":"GMT +08:00 Irkutsk, Asia","timezone.Japan.label":"GMT +09:00 Japan","timezone.Asia-Seoul.label":"GMT +09:00 Korea","timezone.Asia-Yakutsk.label":"GMT +09:00 Yakutsk, Russia","timezone.Australia-North.label":"GMT +09:30 Australia (NT)","timezone.Australia-Adelaide.label":"GMT +09:30 Australia (ST)","timezone.Australia-Sydney.label":"GMT +10:00 Australia (ET)","timezone.Australia-Queensland.label":"GMT +10:00 Australia (Queensland)","timezone.Asia-Magadan.label":"GMT +10:00 Magadan, Asia","timezone.Australia-Lord_Howe.label":"GMT +10:30 Australia (Lord Howe)","timezone.Pacific-Guadalcanal.label":"GMT +11:00 Central Pacific","timezone.Pacific-Norfolk.label":"GMT +11:30 Norfolk Islands","timezone.Pacific-Auckland.label":"GMT +12:00 New Zealand","timezone.Pacific-Fiji.label":"GMT +12:00 Fiji","timezone.Antarctica-South_Pole.label":"GMT +12:00 South Pole, Antarctica"},"localOverride":false},"CachedAsset:text:en_US-components/languages/LanguagePicker-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/languages/LanguagePicker-1755165186329","value":{"dropdown.title":"Language selector","selected.language":"Currently selected language","toast.successMessage":"Go to the {newLanguage} community Switch back to {oldLanguage}","toast.successTitle":"Language Changed to {language}","toast.failureTitle":"Error - Action Failed","toast.failureMessage":"An unidentified problem occurred during the action you took. Please try again later."},"localOverride":false},"CachedAsset:text:en_US-components/search/SpotlightSearchIcon-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/search/SpotlightSearchIcon-1755165186329","value":{"search":"Search"},"localOverride":false},"CachedAsset:text:en_US-components/authentication/AuthenticationLink-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/authentication/AuthenticationLink-1755165186329","value":{"title.login":"Sign In","title.registration":"Register","title.forgotPassword":"Forgot Password","title.multiAuthLogin":"Sign In"},"localOverride":false},"CachedAsset:text:en_US-components/nodes/NodeLink-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/nodes/NodeLink-1755165186329","value":{"place":"Place {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageView/MessageViewStandard-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageView/MessageViewStandard-1755165186329","value":{"anonymous":"Anonymous","author":"{messageAuthorLogin}","authorBy":"{messageAuthorLogin}","board":"{messageBoardTitle}","replyToUser":" to {parentAuthor}","showMoreReplies":"Show More","replyText":"Reply","repliesText":"Replies","markedAsSolved":"Marked as Solution","messageStatus":"Status: ","statusChanged":"Status changed: {previousStatus} to {currentStatus}","statusAdded":"Status added: {status}","statusRemoved":"Status removed: {status}","labelExpand":"expand replies","labelCollapse":"collapse replies","unhelpfulReason.reason1":"Content is outdated","unhelpfulReason.reason2":"Article is missing information","unhelpfulReason.reason3":"Content is for a different Product","unhelpfulReason.reason4":"Doesn't match what I was searching for"},"localOverride":false},"CachedAsset:text:en_US-components/messages/ThreadedReplyList-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/ThreadedReplyList-1755165186329","value":{"title":"{count, plural, one{# Reply} other{# Replies}}","title@board:BLOG":"{count, plural, one{# Comment} other{# Comments}}","title@board:TKB":"{count, plural, one{# Comment} other{# Comments}}","title@board:IDEA":"{count, plural, one{# Comment} other{# Comments}}","title@board:OCCASION":"{count, plural, one{# Comment} other{# Comments}}","noRepliesTitle":"No Replies","noRepliesTitle@board:BLOG":"No Comments","noRepliesTitle@board:TKB":"No Comments","noRepliesTitle@board:IDEA":"No Comments","noRepliesTitle@board:OCCASION":"No Comments","noRepliesDescription":"Be the first to reply","noRepliesDescription@board:BLOG":"Be the first to comment","noRepliesDescription@board:TKB":"Be the first to comment","noRepliesDescription@board:IDEA":"Be the first to comment","noRepliesDescription@board:OCCASION":"Be the first to comment","messageReadOnlyAlert:BLOG":"Comments have been turned off for this post","messageReadOnlyAlert:TKB":"Comments have been turned off for this article","messageReadOnlyAlert:IDEA":"Comments have been turned off for this idea","messageReadOnlyAlert:FORUM":"Replies have been turned off for this discussion","messageReadOnlyAlert:OCCASION":"Comments have been turned off for this event"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyCallToAction-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyCallToAction-1755165186329","value":{"leaveReply":"Leave a reply...","leaveReply@board:BLOG@message:root":"Leave a comment...","leaveReply@board:TKB@message:root":"Leave a comment...","leaveReply@board:IDEA@message:root":"Leave a comment...","leaveReply@board:OCCASION@message:root":"Leave a comment...","repliesTurnedOff.FORUM":"Replies are turned off for this topic","repliesTurnedOff.BLOG":"Comments are turned off for this topic","repliesTurnedOff.TKB":"Comments are turned off for this topic","repliesTurnedOff.IDEA":"Comments are turned off for this topic","repliesTurnedOff.OCCASION":"Comments are turned off for this topic","infoText":"Stop poking me!"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/QueryHandler-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/QueryHandler-1755165186329","value":{"title":"Query Handler"},"localOverride":false},"Category:category:Italian":{"__typename":"Category","id":"category:Italian","displayId":"Italian"},"Category:category:nederlands-dutch":{"__typename":"Category","id":"category:nederlands-dutch","displayId":"nederlands-dutch"},"Category:category:German":{"__typename":"Category","id":"category:German","displayId":"German"},"Category:category:Spanish":{"__typename":"Category","id":"category:Spanish","displayId":"Spanish"},"Category:category:French":{"__typename":"Category","id":"category:French","displayId":"French"},"Category:category:Chinese":{"__typename":"Category","id":"category:Chinese","displayId":"Chinese"},"Category:category:Japanese":{"__typename":"Category","id":"category:Japanese","displayId":"Japanese"},"ModerationData:moderation_data:860146":{"__typename":"ModerationData","id":"moderation_data:860146","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860146":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:248206"},"id":"message:860146","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860146","revisionNum":1,"uid":860146,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860146"},"body":"I found the downloadable virtual machine, which enabled me to tinker freely without fear of breaking anything significant ;)
edit: after more reading, I think my instructions are very strange ;) better not use these yet...","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2014-02-08T10:19:30.000-08:00","lastPublishTime":"2014-02-08T10:19:30.000-08:00","metrics":{"__typename":"MessageMetrics","views":16254},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:248170":{"__typename":"User","id":"user:248170","uid":248170,"login":"twinpeaks1","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2013-10-09T17:14:37.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-5.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"entityType":"USER","eventPath":"community:ejquo23388/user:248170"},"ModerationData:moderation_data:860147":{"__typename":"ModerationData","id":"moderation_data:860147","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860147":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:248170"},"id":"message:860147","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860147","revisionNum":1,"uid":860147,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860147"},"body":"Hi,
AFAIK, for SVN HTTP(S) access the apache modules \"mod_dav_svn.so\" and \"mod_authz_svn.so\" are missing. I think these should be provided by the subversion app. Anyway, I just installed the svnserve (SVN://) method, to get at least any kind of subversion:
Select a place for the SVN repositories. I just created a share 'svn' from frontview for this. This is located at /data/svn. Probably best to don't make it accessible by any network protocol.
Create a SVN repository, I called it \"projects\". Rename it as you like.
svnadmin create /data/svn/projects
Optionally, edit /data/svn/projects/conf/svnserve.conf. I disabled anonymous access completely:
If the above worked correctly you can install the service so that it starts automatically on bootup:
systemctl enable svnserve.service
The SVN server should now be available at svn://<your nas address>/projects (or the name you gave your repository).
Disclaimer: I'm no Linux expert and this might not be the best/safest/whatever approach, but it works for me. Feel free to make suggestions for improvement!
Thanks for your information for setting up an svn. I followed your steps and was able to create one successfully. However, now I'm encountering an authorization failed message when attempting to commit to the repository. Do you, or anyone know how to solve this issue? I believe the issue is because I put the svn server repo directory into the /data/svn/ share, and when I try to connect with the svn user it's failing because it is expecting a valid user associated with my NAS, not the svn user. I'm not sure. I do however never get a prompt to login with a username or password.
Any clarification and insight into solving this issue would be greatly appreciated.
[EDIT] I found the fix, it seems.
In the svnserve.conf file, just make sure the # symbols (comments) are removed before the: anon-access = none auth-access = write password-db = passwd","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2014-05-02T19:02:45.000-07:00","lastPublishTime":"2014-05-02T19:02:45.000-07:00","metrics":{"__typename":"MessageMetrics","views":16247},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:256019":{"__typename":"User","id":"user:256019","uid":256019,"login":"corylowe","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2014-05-06T14:40:37.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-11.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"entityType":"USER","eventPath":"community:ejquo23388/user:256019"},"ModerationData:moderation_data:860149":{"__typename":"ModerationData","id":"moderation_data:860149","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860149":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:256019"},"id":"message:860149","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860149","revisionNum":1,"uid":860149,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860149"},"body":"Hi,
I'm trying to get subversion running on my RN104. I think I have everything setup, however I think I am missing the modules for apache here:
AFAIK, for SVN HTTP(S) access the apache modules \"mod_dav_svn.so\" and \"mod_authz_svn.so\" are missing. I think these should be provided by the subversion app.
How do I get these modules? I installed the app, but I don't see these modules anywhere.
Any help would be greatly appreciated.
Thanks, Cory","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2014-05-06T14:43:04.000-07:00","lastPublishTime":"2014-05-06T14:43:04.000-07:00","metrics":{"__typename":"MessageMetrics","views":16244},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:222373":{"__typename":"User","id":"user:222373","uid":222373,"login":"fencer","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2014-08-05T12:04:25.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-2.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"entityType":"USER","eventPath":"community:ejquo23388/user:222373"},"ModerationData:moderation_data:860150":{"__typename":"ModerationData","id":"moderation_data:860150","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860150":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:222373"},"id":"message:860150","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860150","revisionNum":1,"uid":860150,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860150"},"body":"Thanks! This post helped me get my SVN up and running","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"53","kudosSumWeight":0,"repliesCount":0,"postTime":"2014-08-05T12:48:15.000-07:00","lastPublishTime":"2014-08-05T12:48:15.000-07:00","metrics":{"__typename":"MessageMetrics","views":16245},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:231507":{"__typename":"User","id":"user:231507","uid":231507,"login":"Mibaro88","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2014-12-04T16:30:05.000-08:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-4.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"entityType":"USER","eventPath":"community:ejquo23388/user:231507"},"ModerationData:moderation_data:860151":{"__typename":"ModerationData","id":"moderation_data:860151","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860151":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:231507"},"id":"message:860151","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860151","revisionNum":1,"uid":860151,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860151"},"body":"Please can someone post a step by step guide for newbie? I have problem after the installation (I get some error here: Start the SVN service with: systemctl start svnserve.service) my subversion still doesn't work and I don't know how to resolve. Thank you","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2014-12-04T16:38:06.000-08:00","lastPublishTime":"2014-12-04T16:38:06.000-08:00","metrics":{"__typename":"MessageMetrics","views":16245},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:235992":{"__typename":"User","id":"user:235992","uid":235992,"login":"Hairy1","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2009-09-01T13:53:03.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.netgear.com/t5/s/ejquo23388/m_assets/avatars/default/avatar-12.svg?time=0"},"rank":{"__ref":"Rank:rank:42"},"entityType":"USER","eventPath":"community:ejquo23388/user:235992"},"ModerationData:moderation_data:860152":{"__typename":"ModerationData","id":"moderation_data:860152","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860152":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:235992"},"id":"message:860152","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860152","revisionNum":1,"uid":860152,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860152"},"body":"I too am somewhat stuck here, I have svn installed, enabled ssh and have created the projects repo as mentioned, but I cannot connect to it or browse to it. Where does svn keep its own configuration? I created the svn share in data, the repo I created is in data\\svn\\projects The example above talks about creating a service in the etc folder, that doesn't exist on my 104.","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2015-03-01T01:41:58.000-08:00","lastPublishTime":"2015-03-01T01:41:58.000-08:00","metrics":{"__typename":"MessageMetrics","views":16248},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:860153":{"__typename":"ModerationData","id":"moderation_data:860153","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860153":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:248170"},"id":"message:860153","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860153","revisionNum":1,"uid":860153,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860153"},"body":"I can only speak for my RN102. The above steps were all I did to set up SVN. I can't remember under which firmware version I did the install, but it was the current version back then. I keep the FW always up-to-date, so now I have 6.2.2 and SVN is still running OK. Are you sure that you don't have the /etc folder? What's the output of this command?
ls /
What firmware are you running?","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2015-03-01T02:50:33.000-08:00","lastPublishTime":"2015-03-01T02:50:33.000-08:00","metrics":{"__typename":"MessageMetrics","views":16248},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:860154":{"__typename":"ModerationData","id":"moderation_data:860154","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860154":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:235992"},"id":"message:860154","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860154","revisionNum":1,"uid":860154,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860154"},"body":"Hi TwinPeaks! Sorry for the tardy response, thought I would have got a notification that you replied, silly me I didn't tick the box.
Ok, Im running 6.2.2 according to the 104 admin page. ls / does show an etc folder: apps data frontview lost+found opt\t run\t srv usr bin dev home media\t proc sbin\t sys var boot etc lib mnt\t root selinux tmp
but I cannot see the etc folder when I navigate to the NAS. Im using a Mac, and browsing to the NAS via SMB and AFP. I can see my shares, and the hidden folders in the data directory (like .apps) but I cannot see an etc folder anywhere. :(
EDIT: Updated with the full output of ls","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2015-03-10T02:04:34.000-07:00","lastPublishTime":"2015-03-10T02:04:34.000-07:00","metrics":{"__typename":"MessageMetrics","views":16247},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:860155":{"__typename":"ModerationData","id":"moderation_data:860155","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:860155":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:235992"},"id":"message:860155","entityType":"FORUM_REPLY","eventPath":"category:readynas/category:business-solutions/category:English/community:ejquo23388board:readynas-current-apps-add-ons/message:860145/message:860155","revisionNum":1,"uid":860155,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:readynas-current-apps-add-ons"},"parent":{"__ref":"ForumTopicMessage:message:860145"},"conversation":{"__ref":"Conversation:conversation:860145"},"subject":"Re: subversion configuration","moderationData":{"__ref":"ModerationData:moderation_data:860155"},"body":"Navigating to the NAS via my windows VM, I still cannot see the etc folder. Im browsing as the admin user btw.","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"110","kudosSumWeight":0,"repliesCount":0,"postTime":"2015-03-10T02:09:54.000-07:00","lastPublishTime":"2015-03-10T02:09:54.000-07:00","metrics":{"__typename":"MessageMetrics","views":14807},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarDropdownToggle-1755165186329","value":{"ariaLabelClosed":"Press the down arrow to open the menu"},"localOverride":false},"CachedAsset:text:en_US-components/customComponent/CustomComponent-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/customComponent/CustomComponent-1755165186329","value":{"errorMessage":"Error rendering component id: {customComponentId}","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/EscalatedMessageBanner-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/EscalatedMessageBanner-1755165186329","value":{"escalationMessage":"Escalated to Salesforce by {username} on {date}","viewDetails":"View Details","modalTitle":"Case Details","escalatedBy":"Escalated by: ","escalatedOn":"Escalated on: ","caseNumber":"Case Number: ","status":"Status: ","lastUpdateDate":"Last Update: ","automaticEscalation":"automatic escalation","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-components/users/UserLink-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserLink-1755165186329","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserRank-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserRank-1755165186329","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTime-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTime-1755165186329","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSolvedBadge-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSolvedBadge-1755165186329","value":{"solved":"Solved"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSubject-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSubject-1755165186329","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBody-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBody-1755165186329","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCustomFields-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCustomFields-1755165186329","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyButton-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyButton-1755165186329","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageListMenu-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageListMenu-1755165186329","value":{"postTimeAsc":"Oldest","postTimeDesc":"Newest","kudosSumWeightAsc":"Least Liked","kudosSumWeightDesc":"Most Liked","sortTitle":"Sort By","sortedBy.item":" { itemName, select, postTimeAsc {Oldest} postTimeDesc {Newest} kudosSumWeightAsc {Least Liked} kudosSumWeightDesc {Most Liked} other {}}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/AcceptedSolutionButton-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/AcceptedSolutionButton-1755165186329","value":{"accept":"Mark as Solution","accepted":"Marked as Solution","errorHeader":"Error!","errorAdd":"There was an error marking as solution.","errorRemove":"There was an error unmarking as solution.","solved":"Solved","topicAlreadySolvedErrorTitle":"Solution Already Exists","topicAlreadySolvedErrorDesc":"Refresh the browser to view the existing solution"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1755165186329","value":{"loadMore":"Show More"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageView/MessageViewInline-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageView/MessageViewInline-1755165186329","value":{"bylineAuthor":"{bylineAuthor}","bylineBoard":"{bylineBoard}","anonymous":"Anonymous","place":"Place {bylineBoard}","gotoParent":"Go to parent {name}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserAvatar-1755165186329","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/ranks/UserRankLabel-1755165186329","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en_US-components/common/ExternalLinkWarningModal-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/common/ExternalLinkWarningModal-1755165186329","value":{"title":"Leaving the Community","description":"You're about to leave this site and navigate to an external domain. Are you sure you want to continue?","action.submit":"Continue","action.cancel":"Go Back"},"localOverride":false},"CachedAsset:text:en_US-components/tags/TagView/TagViewChip-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-components/tags/TagView/TagViewChip-1755165186329","value":{"tagLabelName":"Tag name {tagName}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1755165186329":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeIcon-1755165186329","value":{"contentType":"Content Type {style, select, FORUM {Forum} BLOG {Blog} TKB {Knowledge Base} IDEA {Ideas} OCCASION {Events} other {}} icon"},"localOverride":false}}}},"page":"/forums/ForumMessagePage/ForumMessagePage","query":{"boardId":"readynas-current-apps-add-ons","messageSubject":"subversion-configuration","messageId":"860145"},"buildId":"8CqYPsxb5UG4aoIp8lqTz","runtimeConfig":{"buildInformationVisible":false,"logLevelApp":"info","appLogLevelOverrides":"TenancyMiddleware=TRACE,OriginHelper=TRACE","logLevelMetrics":"info","surveysEnabled":true,"openTelemetry":{"clientEnabled":false,"configName":"netgear","serviceVersion":"25.4.0","universe":"prod","collector":"http://localhost:4318","logLevel":"error","routeChangeAllowedTime":"5000","headers":"","enableDiagnostic":"false","maxAttributeValueLength":"4095"},"apolloDevToolsEnabled":false,"quiltLazyLoadThreshold":"3"},"isFallback":false,"isExperimentalCompile":false,"dynamicIds":["components_seo_QAPageSchema","components_community_Navbar_NavbarWidget","components_community_Breadcrumb_BreadcrumbWidget","components_customComponent_CustomComponent","components_nodes_NodeActionButtonWidget","components_messages_TopicWithThreadedReplyListWidget","components_messages_RelatedContentWidget","components_languages_LanguagePicker","components_messages_MessageView_MessageViewStandard","components_messages_ThreadedReplyList","components_external_components_ExternalComponent","components_customComponent_CustomComponentContent_HtmlContent","components_messages_EscalatedMessageBanner","shared_client_components_common_List_UnstyledList","components_messages_MessageView","shared_client_components_common_Pager_PagerLoadMorePreviousNextLinkable","components_messages_MessageView_MessageViewInline","components_customComponent_CustomComponentContent_CustomComponentScripts","shared_client_components_common_List_UnwrappedList","components_tags_TagView","components_tags_TagView_TagViewChip"],"appGip":true,"scriptLoader":[]}