You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project_blurb: "[Pidgin]({{ project_url }}) is a chat program which lets you log into accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on XMPP and sitting in an IRC channel at the same time."
- { run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker." }
35
-
31
+
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."}
36
32
# Kasm blurb settings
37
33
kasm_blurb: true
38
34
external_http_port: "3000"
39
35
external_https_port: "3001"
40
36
noto_fonts: "font-noto-cjk"
41
-
42
37
# application setup block
43
38
app_setup_block_enabled: true
44
-
app_setup_block: |
45
-
The application can be accessed at:
46
-
47
-
* http://yourhost:3000/
48
-
* https://yourhost:3001/
49
-
50
-
This Pidgin installation comes with default chat plugins plus a series of third party ones. **Please note that the third party plugins for the most part are not simply plug and play, you will need to reference their documentation and possibly generate oauth tokens along with other workarounds**. Third party plugins are always in a state of constant development do not expect every single native feature to work flawlessly. To ease integration with some third party plugins we include Firefox in this image to allow you to fill out captchas or pre-auth before loading your credentials into the program, simply right click the desktop to launch it.
51
-
52
-
* Bonjour- Default XMPP style plugin
53
-
* Discord- Provided by [purple-discord](https://github.com/EionRobb/purple-discord)
54
-
* Facebook- Provided by [purple-facebook](https://github.com/dequis/purple-facebook)
55
-
* Gadu-Gadu- Default libgadu plugin
56
-
* Google Talk- Provided by [purple-hangouts](https://github.com/EionRobb/purple-hangouts)
57
-
* GroupWise- Default GroupWise plugin
58
-
* Hangouts- Provided by [purple-hangouts](https://github.com/EionRobb/purple-hangouts)
59
-
* ICQ (WIM)- Provided by [icyque](https://github.com/EionRobb/icyque)
60
-
* IRC- Default IRC plugin
61
-
* Instagram- Provided by [purple-instagram](https://github.com/EionRobb/purple-instagram)
62
-
* Office Comminicator (SIPE)- Provided by [SIPE Project](https://sipe.sourceforge.io/)
63
-
* Rocket.chat- Provided by [purple-rocketchat](https://github.com/EionRobb/purple-rocketchat)
64
-
* SIMPLE- Default plugin
65
-
* Skype (HTTP)- Provided by [skype4pidgin](https://github.com/EionRobb/skype4pidgin)
66
-
* Slack- Provided by [slack-libpurple](https://github.com/EionRobb/slack-libpurple)
67
-
* Telegram- Provided by [telegram-purple](https://github.com/majn/telegram-purple)
68
-
* XMPP- Default XMPP plugin
69
-
* Zephyr- Default project Athena plugin
70
-
39
+
app_setup_block: "The application can be accessed at:\n\n* http://yourhost:3000/\n* https://yourhost:3001/\n\nThis Pidgin installation comes with default chat plugins plus a series of third party ones. **Please note that the third party plugins for the most part are not simply plug and play, you will need to reference their documentation and possibly generate oauth tokens along with other workarounds**. Third party plugins are always in a state of constant development do not expect every single native feature to work flawlessly. To ease integration with some third party plugins we include Firefox in this image to allow you to fill out captchas or pre-auth before loading your credentials into the program, simply right click the desktop to launch it. \n\n* Bonjour- Default XMPP style plugin\n* Discord- Provided by [purple-discord](https://github.com/EionRobb/purple-discord)\n* Facebook- Provided by [purple-facebook](https://github.com/dequis/purple-facebook)\n* Gadu-Gadu- Default libgadu plugin\n* Google Talk- Provided by [purple-hangouts](https://github.com/EionRobb/purple-hangouts)\n* GroupWise- Default GroupWise plugin\n* Hangouts- Provided by [purple-hangouts](https://github.com/EionRobb/purple-hangouts)\n* ICQ (WIM)- Provided by [icyque](https://github.com/EionRobb/icyque)\n* IRC- Default IRC plugin\n* Instagram- Provided by [purple-instagram](https://github.com/EionRobb/purple-instagram)\n* Office Comminicator (SIPE)- Provided by [SIPE Project](https://sipe.sourceforge.io/)\n* Rocket.chat- Provided by [purple-rocketchat](https://github.com/EionRobb/purple-rocketchat)\n* SIMPLE- Default plugin\n* Skype (HTTP)- Provided by [skype4pidgin](https://github.com/EionRobb/skype4pidgin)\n* Slack- Provided by [slack-libpurple](https://github.com/EionRobb/slack-libpurple)\n* Telegram- Provided by [telegram-purple](https://github.com/majn/telegram-purple)\n* XMPP- Default XMPP plugin\n* Zephyr- Default project Athena plugin\n"
0 commit comments