All Projects → nextcloud → limit_login_to_ip

nextcloud / limit_login_to_ip

Licence: other
nextcloud app that lets you Limit login to IP ranges

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
Makefile
30231 projects
Gherkin
971 projects
SCSS
7915 projects

Projects that are alternatives of or similar to limit login to ip

dockerimages
🐳 Some dockerfiles based on alpine
Stars: ✭ 27 (+35%)
Mutual labels:  nextcloud
nextcloud-java-api
Java api library to access nextcloud features from java applications
Stars: ✭ 61 (+205%)
Mutual labels:  nextcloud
nextcloud-talk-bot-framework
A framework for writing Nextcloud Talk chatbots with every language that supports gRPC.
Stars: ✭ 23 (+15%)
Mutual labels:  nextcloud
mediadc
Nextcloud Media Duplicate Collector application
Stars: ✭ 57 (+185%)
Mutual labels:  nextcloud
SaorTech-cloud-services
A range of scripts to provision and configure open source cloud services.
Stars: ✭ 23 (+15%)
Mutual labels:  nextcloud
MySB
MySB (MySeedBox) is more than a simplified installation script of a multi-users Seedbox. There are many solutions to install a Seedbox, but we never talk about safety and regular operations. MySB could be renamed MySSB (MySecuredSeedBox).
Stars: ✭ 105 (+425%)
Mutual labels:  nextcloud
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (+300%)
Mutual labels:  nextcloud
security-advisories
👮 Security advisories of Nextcloud
Stars: ✭ 35 (+75%)
Mutual labels:  nextcloud
UnboundBL
🛑 DNSBL (adblock) on OPNsense with UnboundBL & Unbound DNS
Stars: ✭ 63 (+215%)
Mutual labels:  whitelist
ocr
Nextcloud OCR (optical character recoginition) processing for images with tesseract-js
Stars: ✭ 98 (+390%)
Mutual labels:  nextcloud
nextcloud-snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,445 (+7125%)
Mutual labels:  nextcloud
dart-nextcloud
A Nextcloud client for dart
Stars: ✭ 18 (-10%)
Mutual labels:  nextcloud
logreader
📜 Log reader for Nextcloud
Stars: ✭ 46 (+130%)
Mutual labels:  nextcloud
hosts.whitelists
Collection of whitelists hosts. See also hosts.extras [ https://git.io/J3b5A ] and StevenBlack's hosts project [ https://git.io/Je0XR ]
Stars: ✭ 27 (+35%)
Mutual labels:  whitelist
integration google
🇬 Google integration into Nextcloud
Stars: ✭ 74 (+270%)
Mutual labels:  nextcloud
Filterlist-for-AdGuard-or-PiHole
A very aggressive filter-list that consolidates over 370 lists for use in AdGuard Home, Pi-Hole or similar.
Stars: ✭ 349 (+1645%)
Mutual labels:  whitelist
integration github
🐙 GitHub integration into Nextcloud
Stars: ✭ 41 (+105%)
Mutual labels:  nextcloud
xmpp-cloud-auth
🔑 Authentication hub for Nextcloud+JSXC→Prosody, ejabberd, saslauthd, Postfix
Stars: ✭ 58 (+190%)
Mutual labels:  nextcloud
accomplist
ACCOMPLIST - List Compiler
Stars: ✭ 51 (+155%)
Mutual labels:  whitelist
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (+25%)
Mutual labels:  nextcloud

Limit login to IP ranges

This app modifies the login logic to only allow logins from specified ip address ranges.

The allowed IP addresses have to be passed via occ app:config as a string separated by comma.

For example:

To whitelist 127.0.0.0/24:

  • occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24

To whitelist 127.0.0.0/24 and 192.168.0.0/24:

  • occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24

To whitelist 127.0.0.0/24 and also 192.168.0.0/24 as well as 2001:db8::/32:

  • occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24,2001:db8::/32

Alternatively, you can use admin settings to restrict logins to specific ip address ranges.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].