% if @twitter_agent || @basecamp_agent %>
Warning! You need to update your Huginn configuration, so your agents continue to work with the new OAuth services.
To complete the migration of your Twitter agents you need to update your .env file and add the following two lines:
TWITTER_OAUTH_KEY=<%= @twitter_oauth_key %> TWITTER_OAUTH_SECRET=<%= @twitter_oauth_secret %>To authenticate new accounts with your twitter OAuth application you need to log in the to twitter application management page and set the callback URL of your application to "http<%= ENV['FORCE_SSL'] == 'true' ? 's' : '' %>://<%= ENV['DOMAIN'] %>/auth/twitter/callback". <% end %> <% if @basecamp_agent %>
Your Basecamp agents could not be migrated automatically. You need to manually register an application with 37signals and authenticate Huginn to use it.
Have a look at the <%= link_to 'Wiki', 'https://github.com/huginn/huginn/wiki/Configuring-OAuth-applications', target: '_blank' %> if you need help.
Warning! Your Google Calendar Publish Agents are using an outdated version of Google Auth. You need to update the agent configuration, possibly with a new keyfile from Google for it to continue to work.
PKCS12 key files (`.p12`) are no longer supported. Instead use RSA private keys. Edit the agents to see the updated instructions. The `google.key_secret` option is no longer needed, please remove it.
The format of parameters in events passed to the agent have also changed. Parameters now are expected in underscore_case instead of camelCase (to match Ruby convention). Please update upstream agents that send events to the calendar agent.
Outdated agents:
Warning! You need to change the namespace of the Huginn Docker image you are using.
Since Huginn moved to a GitHub organization we also changed the namespace of the Docker images. Please change your configuration to the new namespace:
cantino/huginn
is now huginn/huginn
cantino/huginn-single-process
is now huginn/huginn-single-process