digitalocean
Here are 1,376 public repositories matching this topic...
-
Updated
May 26, 2022 - TypeScript
-
Updated
May 25, 2022 - Go
What is the problem this feature would solve? Please describe.
Currently there aren't any examples showing what a path should look like. Does it start with a leading slash? Do you need the bucket name like you do in s3cmd? Can you start with a wildcard to flush everything with a given file extension?
The fact that doctl always returns an empty success makes it even more difficult to dete
-
Updated
May 19, 2022 - Go
-
Updated
May 16, 2022 - HCL
-
Updated
May 24, 2022 - Rust
-
Updated
Mar 11, 2018 - Ruby
-
Updated
Apr 7, 2022
-
Updated
May 27, 2022 - Shell
-
Updated
May 26, 2022 - Python
-
Updated
Mar 22, 2022 - Python
-
Updated
Jan 3, 2022 - Shell
-
Updated
Apr 25, 2022 - Jupyter Notebook
-
Updated
May 16, 2022 - Go
-
Updated
Apr 24, 2022 - PHP

-
Updated
Apr 24, 2022 - JavaScript
-
Updated
Jan 18, 2022 - PHP
-
Updated
Dec 21, 2021 - Go
-
Updated
Nov 24, 2021 - Python
-
Updated
Apr 29, 2022 - Ruby
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 24, 2022 - Go
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
When you run inletsctl create
, it prints a command to run in order to delete the server again. The command generated for an Azure deployment is incomplete and will not run without additional parameters.
Expected Behaviour
- Run the
inletsctl delete
command generated byinletsctl create
- The inlets server is deleted.
Current Behaviour
- The provided command fails:
$ inle
-
Updated
Mar 2, 2019 - Shell
-
Updated
Feb 28, 2022 - Go
Is your feature request related to a problem? Please describe.
I would like to use digitalocean_spaces_bucket
data source. I need endpoint for bucket because S3 API requires just endpoint without bucket name. Just ams3.digitaloceanspaces.com
, not my-bucket.ams3.digitalocean.com
Describe the solution you'd like
Get exported attribute endpoint
at digitalocean_spaces_bucket
res
Improve this page
Add a description, image, and links to the digitalocean topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the digitalocean topic, visit your repo's landing page and select "manage topics."
Feature request
Place the
access_log
anderror_log
directives inside the main server block instead of http block.Feature description
Disable
access_log
at http block:File: /etc/nginx/nginx.conf
Enable per site
access_log
anderror_log
at main server block:File: /etc/nginx/