https://github.com/edwindj/amuleweb-beer
https://github.com/edwindj/amuleweb-beer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edwindj/amuleweb-beer
- Owner: edwindj
- License: gpl-3.0
- Created: 2024-08-23T23:49:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:49:03.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T07:51:22.648Z (about 1 year ago)
- Language: PHP
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amuleweb-adaptable
A resposive web UI for Amule.
Based on the work of [default web interface](https://github.com/amule-project/amule/tree/master/src/webserver/default) and [AmuleWebUI-Reloaded](https://github.com/MatteoRagni/AmuleWebUI-Reloaded)
# Installation
Stop `amule-daemon` service:
```
sudo systemctl stop amule-daemon.service
```
Clone an copy directory:
```
git clone https://github.com/esaracho/amuleweb-adaptable.git
```
```
sudo cp -r amuleweb-adaptable /usr/share/amule/webserver
```
Edit line `Template` in configuration file /home/your-user/.aMule/amule.conf:
```
Template=amuleweb-adaptable
```
Start `amule-daemon` service:
```
sudo systemctl start amule-daemon.service
```
# Screenshots
## Mobile








## Desktop






