Jean-Baptiste Holcroft
f6682e66ac
Rewrite uwsgi to use the helper
6 years ago
Jean-Baptiste Holcroft
613527af71
Remove local download path and add previous maintainer
6 years ago
Jean-Baptiste Holcroft
cf0f16aa73
Upgrade to 1.8.0
6 years ago
Jean-Baptiste Holcroft
dd241fea65
use local cache storage and pip instead of make
7 years ago
Jean-Baptiste Holcroft
3b3cabbad4
fix alias_traversal and change maintainer
7 years ago
Jean-Baptiste Holcroft
23645f9f33
Remove useless user rights
7 years ago
Jean-Baptiste Holcroft
333e0973e6
Fix upgrade from previous versions
7 years ago
Jean-Baptiste Holcroft
21cf715388
upgrade to 1.6.0
7 years ago
Jean-Baptiste Holcroft
745f4243ad
use helpers & uwsgi. Enable multi instance
7 years ago
Jean-Baptiste Holcroft
8b28531285
Remove sources
7 years ago
Pierre-Antoine Rault
267ccc21f7
modified conf scripts
8 years ago
Pierre-Antoine Rault
4d96a462cf
modified urls
8 years ago
Pierre-Antoine Rault
6d15a15a01
fixed a forgotten import of the script helper and removed sudo before helpers
8 years ago
Pierre-Antoine Rault
d569748da5
added Android debug information on the info page
8 years ago
Pierre-Antoine Rault
2843cc70d7
removed now displaced files
8 years ago
Pierre-Antoine Rault
ade4eaeb8d
moved page files to a subdirectory to prevent pyramid from serving its own files
8 years ago
Pierre-Antoine Rault
3f036e759e
Dependency shrinking to remove development artifacts
8 years ago
Pierre-Antoine Rault
abdc5371db
Rectify version mistyping
8 years ago
Pierre-Antoine Rault
05009d2414
Compliance with Yunohost’s package linter (except scripts/{backup,restore})
8 years ago
Pierre-Antoine Rault
a4566abdfa
small edits for the README
8 years ago
Pierre-Antoine Rault
19c3fbe3f9
Add an index page explaining how to setup, fixes #14
...
Adding LICENSE and README as well
8 years ago
abeudin
6707f664bb
Merge pull request #18 from Josue-T/master
...
Fix 'secret' variable
9 years ago
Josué
ce1535df79
Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17
9 years ago
Josué
7df5d04f0c
Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17
9 years ago
abeudin
6eed9ad333
Update upgrade
9 years ago
abeudin
3b03d37175
Update install
9 years ago
abeudin
57b74c9ec5
Update install
9 years ago
abeudin
49f353817c
Update upgrade
9 years ago
abeudin
50d801e655
Update upgrade
9 years ago
abeudin
e30b84324c
Update install
9 years ago
Adrien Beudin
134de97aea
update 1.5.2
9 years ago
abeudin
b9f8590619
Merge pull request #16 from Josue-T/patch-3
...
Correct final path
9 years ago
Josue-T
c28e14f6f4
Correct final path
9 years ago
abeudin
f55bb8019e
Merge pull request #15 from Josue-T/patch-2
...
Add sudo to service command
9 years ago
Josue-T
f821f38d78
Add sudo
9 years ago
abeudin
5a76a7d085
Update upgrade
9 years ago
abeudin
8a5104edef
Merge pull request #13 from Josue-T/patch-1
...
Update upgrade script
9 years ago
Josue-T
e96ee1117a
Update upgrade script
...
When ffsync is running, we have an error while the upgrade :
The log of install :
```bash
+ sudo make build
virtualenv --python=`which python2 python | head -n 1` --no-site-packages ./local
New python executable in ./local/bin/python2
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/virtualenv.py", line 2378, in <module>
main()
File "/usr/lib/python3/dist-packages/virtualenv.py", line 830, in main
symlink=options.symlink)
File "/usr/lib/python3/dist-packages/virtualenv.py", line 999, in create_environment
site_packages=site_packages, clear=clear, symlink=symlink))
File "/usr/lib/python3/dist-packages/virtualenv.py", line 1316, in install_python
shutil.copyfile(executable, py_executable)
File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 26] Text file busy: './local/bin/python2'
Running virtualenv with interpreter /usr/bin/python2
Makefile:22: recipe for target 'local/COMPLETE' failed
make: *** [local/COMPLETE] Error 1
+ '[' -f /tmp/ffsync_swapfile ']'
```
9 years ago
abeudin
df6195d8ab
Update upgrade
10 years ago
abeudin
6cd44afc71
remove service ffsync in web admin
10 years ago
abeudin
f22102e0ac
Update install
10 years ago
abeudin
413adcbee5
Update install
10 years ago
abeudin
bf954be3ef
Merge pull request #8 from matlink/patch-1
...
[upd] add status for service
10 years ago
abeudin
4813de40f1
Merge pull request #9 from matlink/patch-2
...
[fix] service is named ffsync not firefox-sync
10 years ago
Matlink
33db2ceb65
[fix] service is named ffsync not firefox-sync
...
there is a mistake, the service name is ffsync not firefox-sync
10 years ago
Matlink
a643c6d033
[upd] add status for service
...
By adding status to ffsync service, it allows it to be managed vie the webinterface :)
10 years ago
abeudin
ee0346eba6
Merge pull request #7 from julienmalik/patch-6
...
[fix] ensure ffsync user is created before it is used
10 years ago
Julien Malik
1fa30a87ff
[fix] do not use $final_path before it is defined
10 years ago
julienmalik
7df9f017d7
[fix] ensure ffsync user is created before it is used
10 years ago
Adrien Beudin
686d5850b0
update scripts
10 years ago