Skip to content
#

webhook

Here are 1,315 public repositories matching this topic...

EXL
EXL commented Sep 17, 2019

These warnings appear when the Spring application starts:

03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered
03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registered

Is this ok?

trankchung
trankchung commented Feb 8, 2020

Is there a list of all the possible labels/annotations that keel uses? I went through all the documentation but didn’t any any place that list them all. Could you please have a section in the Guide that list all the labels/annotations?

Also, why are labels and annotations used interchangeably? It doesn’t matter if either is used? Examples in the Guide sometimes using labels and sometimes using

sontags
sontags commented Dec 6, 2018
# caddy -version
Caddy 0.11.1 (non-commercial use only)

Considering the following Caddyfile:

http://www.example.com {
    root /web/www.example.com/public
    git https://github.com/example/example.com {
        hook     /path TOKEN
        branch   {latest}
        path     ..
        then     /hugo --destination=/web/www.example.com/public --cleanDestinationDir
 

Improve this page

Add a description, image, and links to the webhook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webhook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.