Luqman Zainaldevopsundercover.hashnode.dev·Dec 17, 2024Why I Built a Homelab: The Journey to Building My Own CloudIt all started with a simple question: Why should I keep paying monthly for cloud storage? As someone who constantly seeks ways to save money while learning new skills, the idea of building a homelab felt like a challenge worth taking. But what I did...199 readsGeneral Programming
Tom Lieberyaitcon.hashnode.dev·Nov 27, 2024Retrieving Directory Contents from Nextcloud Using Oracle PL/SQLThe get_directory_contents function is our powerful Oracle PL/SQL solution for querying directory contents from a Nextcloud server. By using the UTL_HTTP package to interact with Nextcloud's WebDAV interface, the function can list files and directori...2 likes·57 readsShort Oracle Apex Projectsorclapex
Tom Lieberyaitcon.hashnode.dev·Nov 27, 2024WEBDAV FileuploadSome of our Customers use Webdav (nextcloud) Fileserver to store theire Files.So we need a integration in Oracle Apex: First we need a Upload File Item Then we need to Load it into the nextcloud Webdav API Service: Calling our Function DECLARE...1 like·49 readsShort Oracle Apex Projectsorclapex
Fiko Borizqyfiko.me·Aug 28, 2024Nextcloud - Cannot login: Too Many RequestsThis issue is the one I got when try to login, the simplest solution that works for me is to delete the specific IP on oc_bruteforce_attempts database table. Or maybe just truncate the table, that will make us able to login again without facing that ...Nextcloud
Devarshi Shimpidevarshishimpi.hashnode.dev·Jul 27, 2023Self-Hosting Your Own Cloud Storage on AWS using NextCloudIntroduction Ever thought of self-hosting your own private cloud server?? Nextcloud is a popular open-source file hosting and sharing platform that allows you to store, sync, and share your files, contacts, calendars, and more. Feel free to checkout ...10 likes·437 readsAWS For BeginnersAWS
Wawa SenseiforElestioelestio.hashnode.dev·Feb 27, 2023NextCloud: The Free Open-Source Alternative to Google DriveAre you tired of relying on cloud storage platforms that charge you an arm and a leg for additional storage space or are limited in their features? Are you concerned about the privacy and security of your data on these platforms? If so, then it’s tim...Nextcloud
David ClintonforfreeCodeCampfreecodecamp.org·Aug 13, 2019How to set up AWS S3-based enterprise network file sharing using NextcloudNextcloud is an open source software suite that, when installed on a Linux server, can leverage storage capacity for saving, editing, and consuming a wide range of document types — including services like audio/video call hosting. Nextcloud also prov...File sharing