Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

how to configure Etherpad server and API?

Odebírat

Get notified when there's activity on this post

This question has been flagged
apietherpad
8 Odpovědi
38704 Zobrazení
Avatar
michel Guénard

Is there any documentation to setup the Etherpad at company level ?

Iknow where to find the config menu; but then

What kind of server name to declare?

Where do we find out the API key?

3
Avatar
Zrušit
Avatar
Fnordbedarf
Nejlepší odpověď

Etherpad manuals [0] writes: "Authentication works via a token that is sent with each request as a post parameter. There is a single token per Etherpad deployment. This token will be random string, generated by Etherpad at the first start. It will be saved in APIKEY.txt in the root folder of Etherpad. Only Etherpad and the requesting application knows this key. Token management will not be exposed through this API."

On Centos 6.3 we found it using "find / -iname "APIKEX.txt" at "/home/services/etherpad-lite/APIKEY.txt"

There are browser-dependant issues concerning third-party-cookies, for which etherpads' are interpreted when run from inside openerp [1].

[0]: http://etherpad.org/doc/v1.3.0/
[1]: https://github.com/ether/etherpad-lite/issues/1944

1
Avatar
Zrušit
Fnordbedarf

I do not know how to contact Alejandro Perico, in order to ask him, what exact problem he has. As soon as I entered the APIKEY, the server and allowed third party cookies, everything worked well.

Alejandro Perico

I entered the APIKEY and the problem was solved. Thanks for all.!

Avatar
Ian Beardslee
Nejlepší odpověď

The server name will be the name of your etherpad installation. eg etherpad.yourdomain.com

The API key belongs with the newer Etherpad Lite (not the original version), and should exist in a file at the root of your Etherpad installation .. probably in /var/www/etherpad-lite/APIKEY.txt

0
Avatar
Zrušit
Ian Beardslee

As an aside to this, our existing Etherpad is an older version and people aren't keen at upgrading because they don't want to lose some of the features that were dropped with the re-architecting of Etherpad. Which means unless I decide to implement an additional server, I'm stuck :(

Avatar
devin
Nejlepší odpověď

I deployed an Etherpad-Lite via AWS EC2 and found my APIKEY.txt at /opt/etherpad-lite/apikey.txt

0
Avatar
Zrušit
Avatar
Alejandro Perico
Nejlepší odpověď

I found the APIKEY.txt but not work, this is intalled in root folder of etherpad-lite amd i'm getting this error often. Help me please :( .

0
Avatar
Zrušit
Avatar
Emipro Technologies Pvt. Ltd.
Nejlepší odpověď

You will find step by step guide at this link,

Tweet us to @EmiproTech for any queries on Odoo.

-1
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Etherpad integration in odoo - How to use only API?
api etherpad
Avatar
0
dub 17
5158
How do I get Product Prices with json API? Vyřešeno
api
Avatar
Avatar
1
lis 25
2934
Has anyone integrated Helpdesk with Zoom for meeting scheduling?
api
Avatar
Avatar
1
srp 25
1408
Using API check if Odoo is using Odoo sh or on-premises hosting. Vyřešeno
api
Avatar
Avatar
1
srp 25
1776
External API XMLRPC Authentication Keeps Replying with false
api
Avatar
Avatar
Avatar
2
čvc 25
4731
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now