Questions tagged [droplet]

105 questions
0
votes
1 answer

Cuckoo Sandbox on DigitalOcean droplet

I found a few threads talking about similar problem, running cuckoo sandbox on AWS ec2 for ex. but I'll try to ask anyway. I currently have a custom PHP solution that just runs file through clamscan but I wanted to use something better. I have been…
Rokas Lakštauskas
  • 1,078
  • 1
  • 8
  • 17
0
votes
1 answer

Folder Backup every 5 minutes (Applescript - Droplet)

i am trying to write a script ; dragging a folder to droplet The script sets "dropped folder" as source List item Set target (different location) rsync every 5 minutes. this is my starting point. set source to "Dropped_Folder" set destFolder to…
oogut
  • 3
  • 1
0
votes
0 answers

pg_hba do not work according to the settings

I am running postgresql 10 at ubuntu 18 host in Digital Ocean. This is my pg_hba.conf file: # Database administrative login by Unix domain socket local all postgres peer # TYPE DATABASE USER …
JT_T
  • 176
  • 1
  • 1
  • 11
0
votes
1 answer

Why dropping folder onto an Applescript app displays a dialog?

I have an Applescript app that can receive files or folders dropped onto its icon: on open theDroppedItems tell application "Finder" set droppedItemSourcePath to (the POSIX path of theDroppedItems) ... At this point of the script,…
Zax
  • 169
  • 3
  • 12
0
votes
1 answer

Digital Ocean droplet's console how to start services?

Digital Ocean rebooted all droplets 3 days ago but when they came back, my website was down. Problem seems to arise because all related services (httpd, mysqld, iptables etc) are inactive and have to activate them again. First of all did anybody…
Nikos Gkikas
  • 251
  • 2
  • 5
0
votes
0 answers

Need Help Uploading django to Digital Ocean Droplet

I have all of my files in a folder on digitalocean, but I am currently getting stuck with a "No module named urls" Here is what my urls.py and views.py look like: from django.conf.urls import url from . import views urlpatterns = [ url(r'^$',…
0
votes
1 answer

How to access a docker container from the public ip of a server

I'm trying to use docker to deploy my website on a server. I have a droplet with centOS and docker installed on it. When I try to RUN a container (https://hub.docker.com/r/richarvey/nginx-php-fpm/) I was expecting to access my website through my…
Osamu Sanna
  • 1
  • 1
  • 1
0
votes
1 answer

How to create a Mac droplet to process text input

We need a macOS application which acts as a droplet for text. Any text that I drop onto the application icon should be processed. With script editor and automator I can only create droplets for files and folders, but that's not what I have to drop.
Hauke
  • 451
  • 3
  • 11
-1
votes
1 answer

Bitbucket auto deploy to Linux server (DigitalOcean Droplet)

I have encountered a problem while attempting to deploy my code to a Droplet server (running Ubuntu) using BitBucket Pipeline. I have set the necessary environment variables (SSH_PRIVATE_KEY, SSH_USER, SSH_HOST) and added the public key of the…
-1
votes
1 answer

How to connect mysql in DO droplet from specific ip?

As far as I understand my problem is about ip and network knowledge. I have set up Mysql on Digital Ocean droplet. I want to connect to it from my local pc. Actually I did it by applying several steps like: Setting up firewall and allowing all…
abidinberkay
  • 1,857
  • 4
  • 36
  • 68
-1
votes
1 answer

How route traffic with docker-compose app on ubuntu?

this is my first time that i try to make a simple deploy, so the procedure is not still clear. This is what i have done: For server i'm using a droplet from Digital Ocean. I created a simple app in node, make a dockerfile and docker-compose. If i…
kri-dev
  • 699
  • 2
  • 7
  • 12
-1
votes
1 answer

Status 500 Internal Server Error between droplet with nginx and google cloud storage

I have a web system in a droplet with Digital Ocean, the droplet has installed nginx, the system has an option to upload files, these files are sent to a Google Cloud Storage bucket. When I am in the localhost the files are sent correctly, but…
-1
votes
1 answer

DigitalOcean - Virtual Hosts - How deny access other directories?

I want use droplets to host multiple domains/sites, this is easy to do using virtual hosts, but how limit website X access files from directory of website Y? In my droplet (testing), I have something…
John Henrique
  • 324
  • 2
  • 12
-1
votes
1 answer

"digitalocean" droplet password changing broke the website (502 Bad Gateway nginx/1.10.0 (Ubuntu))

I have changed the password of the digitalocean droplet then after that the website is not working at all and the api's for the mobile application is not working either. The website and the apis aren't made by me but by different side,and they built…
-2
votes
1 answer

error while deploying my django to the digital ocean server with postgres

i cloned my github repository to the remote machine and i done the following changes to the files changed allowed host to server's ip cleared migration files which was created in my local machine because that caused me many error collected static…
1 2 3 4 5 6
7