administration
Here are 519 public repositories matching this topic...
In the web UI, While Clicking one of the Worker Name, WebUI does not take to the respective page rather it is unresponsive.
**Worker Name | Status | Active | Processed | Failed | Succeeded | Retried | Load Average
celery@abc.com| online | 0 | 2 | 0 | 2 | 0 | 0.06, 0.1, 0.09
celery@bcd.com| online | 0 | 3 | 0
Rename tag
Please add the ability to change the client tag in main form
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
For checkbox inputs of associations with unique pluralization requirements, e.g. specialty/specialties, ExAdmin incorrectly pluralizes the <association>_ids param key: specialtys.
In https://github.com/smpallen99/ex_admin/blob/master/lib/ex_admin/param_associations.ex#L34, if you replace
new_key =
String.replace_suffix(key_as_string, "_ids", "s")
|> String.to_atom()I m looking for a mongo webui and found your module. looks promising.
I cannot see any button to create collection or document inside a collection. is there something I m missing or is it planned in the future?
-
Updated
Jun 2, 2020 - Python
Hi,
I plan to run WALKOFF in a high-availability setup within a cluster.
Unforunately there is no documentation available.
Is this technically possible? Can you give me some hints in the right direction?
Otherwise I think this would be a great feature ;)
Missing curl to requirements during install.
Where you have:
for i in openvpn mysql php bower node unzip wget sed; do
Should be :
for i in openvpn php bower node unzip curl wget sed; do
In the install you state the following message
"install the web application by visiting http://your-installation/index.php?installation"
and should be
"install the web application by visiting http://your
-
Updated
May 29, 2020 - C++
-
Updated
Jun 24, 2019 - Visual Basic
-
Updated
May 26, 2020 - PHP
-
Updated
Jun 3, 2020 - HTML
-
Updated
Jun 7, 2019 - C#
-
Updated
Apr 1, 2020 - C++
We have REST api on /api/files/locations to allow user to add allowed locations. We should add API to allow adding cors
-
Updated
Jul 17, 2018 - JavaScript
Following the documented approach for adding blueprints from a plugin, the blueprint never appears to instantiate. In static-generator.php:
public function onGetPageBlueprints(Event $event)
{
$types = $event->types;
$types->scanBlueprints('plugins://' . $this->name . '/blueprints');
dumA lot of Unix distrubutions reccommend (need) man pages for commands. Debian is one of them.
The man page format is not very friendly to write but there are tools to convert from friendlier formats to man page.
One of these is asciidoc. It has a man page mode that can create man pages. It can also create html pages from those documents and Github supports asciidoc.
My recommendation is to
-
Updated
Dec 13, 2019 - Java
-
Updated
Apr 30, 2020 - CSS
-
Updated
Jun 3, 2020 - PHP
-
Updated
May 9, 2020 - C
Currently we already check the following deps from adapters:
- nodejs verison
- dependencies
- globalDependencies needas to be added
But it is displayed by slighgtly greying out the update button and only mouseover info shows the reason ... We should display that more promiment. e.g. greying out (yes) but also allow to click the button ad show the "problem" in a popup or such
-
Updated
May 29, 2020 - Python
Expected behavior
Server or console should boot without warnings/errors
Actual behavior
Starting rails server or console fire douzen of error logs such as the one below, that are not blocking though.
Failure Logs
Context
- Pac
-
Updated
Feb 3, 2020 - PHP
Can't even get the example command to run, getting an error:
PS C:\some\current\dir\with\the script file> . .\New-SelfSignedCertificateEx.ps1
PS C:\some\current\dir\with\the script file> New-SelfsignedCertificateEx -Subject "CN=www.domain.com" -EKU "Server
Authentication", "Client authentication" `
>> -KeyUsage "KeyEncipherment, DigitalSignature" -SAN "sub.domain.com","www.domain.com",
-
Updated
Jun 8, 2019 - C#
Improve this page
Add a description, image, and links to the administration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the administration topic, visit your repo's landing page and select "manage topics."


In docs:
With the script:
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
Ubuntu 18.04
Isntalation Done
Ajenti will be listening at HTTP port 8000
Log in with your root password or another OS user
gdesign@genesisL502XLubuntu ~/ajenti_server> sudo systemctl start ajenti
**